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:
authorMartijn Versteegh <Baardaap>2021-11-11 18:25:10 +0300
committerHans Goudey <h.goudey@me.com>2021-11-11 18:25:10 +0300
commit7aa39b40f40c2b037f97e009eabf8d4698c41ee4 (patch)
tree1da38dfe15f714c4eeb060100a9944f81014b1d2 /release/scripts/presets/interface_theme/Blender_Light.xml
parentd26d3cfe193793728cac77be9b44463a84a0f57e (diff)
Fix: Prevent use of uninitialized memory when creating Bezier spline
When Constructing bezier splines from dna, the positions of the left/right handles were set directly in the internal vectors, by requesting a reference to them. The problem is that BezierSpline::handle_positions_left() calls ensure_auto_handles() before returning the reference. That function does some calculations on uninitialized memory if the positions array is not yet filled. Differential Revision: https://developer.blender.org/D13107
Diffstat (limited to 'release/scripts/presets/interface_theme/Blender_Light.xml')
0 files changed, 0 insertions, 0 deletions