blender/source
Philipp Oeser 7ac0272b77 Fix T55140: opened image doesn't show up in movie clip editor
atoi usage in BLI_stringdec could overflow, use strtoll instead and
check
valid range with INT_MIN and INT_MAX

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D3452
2018-06-11 09:57:16 +02:00
..
blender Fix T55140: opened image doesn't show up in movie clip editor 2018-06-11 09:57:16 +02:00
blenderplayer Cleanup: remove moar G.main usages. 2018-06-07 12:48:29 +02:00
creator --debug-gpu-shader: Dump GLSL shaders to disk 2018-06-02 20:29:27 +02:00
gameengine Cleanup: remove moar G.main usages. 2018-06-07 12:48:29 +02:00
tools@48736838d4 Cleanup: strip ghost trailing space 2018-06-04 18:47:57 +02:00
CMakeLists.txt