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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-08 06:14:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-08 06:14:59 +0300
commit97edca3bc9441eb5c99ed56e7d67b083931215b0 (patch)
tree4e4ec64ab9ca2e7a20fe0822c570404533f1516d /source/blender/blenlib/intern/math_rotation.c
parentb9db9e147efe08bee72451f386c3d8917998afdf (diff)
Old IDProperty bug, (from original commit r8916),
found crash while changing operator string size. Shrinking arrays never worked right. rather then "newlen * sizeof(...)", it would memcpy "newlen * oldlen * sizeof(...)" which always goes over the array bounds.
Diffstat (limited to 'source/blender/blenlib/intern/math_rotation.c')
0 files changed, 0 insertions, 0 deletions