Blender Git Loki
Git Commits -> Revision c0beeeb
Revision c0beeeb by Julian Eisel (master) October 30, 2020, 13:56 (GMT) |
Fix buffer-overflow in lattice deform evaluation Caused Victor.blend from the cloud to crash with ASan. Four floats are fetched from the stack, but the buffer was only three wide. Caused by 042143440d. Issue was probably harmless since the fourth element wasn't actually touched. |
Commit Details:
Full Hash: c0beeeb5de0cbc6abd7645a15c1dd15428933ff3
Parent Commit: bcb612e
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/lattice_deform.c (+1, -1) (Diff)