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>2021-09-15 02:13:52 +0300
committerHans Goudey <h.goudey@me.com>2021-09-15 02:13:52 +0300
commite6fa74ffed5ffaf2a7cd550415d8216883fd1961 (patch)
tree9e7e84999aa01bcd1300cdf04cc60d992ebafaa1 /source/blender/blenkernel/intern/lib_id.c
parent7c7348f78d1b094c4fdc20f2c9dbfe521b68c11e (diff)
Fix: Use after free in spreadsheet attribute column ID
A temporary string was created in the attribute_foreach callback and used in a map at a higher scope. When the callback finished, the string went out of scope, was freed, then the elements in the set pointed to freed memory.
Diffstat (limited to 'source/blender/blenkernel/intern/lib_id.c')
0 files changed, 0 insertions, 0 deletions