Blender Git Loki
Git Commits -> Revision 4ddce5f
Revision 4ddce5f by Hans Goudey (temp-ui-tweaks) September 22, 2021, 13:54 (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: 4ddce5f1c4c20508210e08bbad536820ae0b5579
Parent Commit: 7a373ec
Committed By: Pablo Vazquez
Lines Changed: +1, -2
1 Modified Path:
/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc (+1, -2) (Diff)