Blender Git Commit Log

Git Commits -> Revision e6fa74f

Revision e6fa74f by Hans Goudey (master)
September 14, 2021, 23:13 (GMT)
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.

Commit Details:

Full Hash: e6fa74ffed5ffaf2a7cd550415d8216883fd1961
Parent Commit: 7c7348f
Lines Changed: +1, -2

1 Modified Path:

/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021