Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2013-12-09 14:02:41 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2013-12-09 14:06:23 +0400
commit793b73edc269e7e801c2e72f4ae6d11951608f74 (patch)
treea8bf43cdc9a58ae9a9d46861a72ffc852ed8ff78 /source/blender/editors/space_view3d
parent5245900ddedb91cec930226a8eabd85db94dc64c (diff)
Fix T37712: Point cache index lookup crashed with 0 points stored.
The BKE_ptcache_mem_index_find is using unsigned ints for binary search "high" values - but this leads to integer overflow if the totpoint number is 0 and causes invalid array access.
Diffstat (limited to 'source/blender/editors/space_view3d')
0 files changed, 0 insertions, 0 deletions