Blender Git Loki
Git Commits -> Revision 9ddb857
May 1, 2017, 15:18 (GMT) |
Fix buffer overrun when setting the name Would happen on default startup file. Strings allocations were set to `but->hardmax + 1`, not `items->maxstrlen` |
Commit Details:
Full Hash: 9ddb857c7a9b9ea7ae55ef39879497676d6d8e71
Parent Commit: a2c8c32
Lines Changed: +6, -2
1 Modified Path:
/source/blender/editors/interface/interface_regions.c (+6, -2) (Diff)