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:
authorHans Goudey <h.goudey@me.com>2022-04-16 00:55:15 +0300
committerHans Goudey <h.goudey@me.com>2022-04-16 00:55:15 +0300
commitdc5ae10692520e83277874802e42dac17f6fb95e (patch)
tree7c61a2f85645d865f46b1e35e9b38eb2589aa464 /release/datafiles
parentcb3c233ed3a5196269f0aa626ea20c7c8aeffebf (diff)
Fix T96988: Merge by distance node crash with certain input
If the `wpoly` vector was small, the `wpoly_new` pointer could point to part of its inline buffer on the stack, which becomes invalid out of that scope. Instead, store `wpoly_new` as a span, and assign it properly from the moved vector.
Diffstat (limited to 'release/datafiles')
0 files changed, 0 insertions, 0 deletions