Blender Git Loki
Git Commits -> Revision 302fe4f
Revision 302fe4f by Campbell Barton (temp-gpu-image-engine) December 15, 2021, 13:37 (GMT) |
Fix meta-ball bound-box calculation reading past buffer bounds This broke "test_undo.view3d_multi_mode_select" test in "lib/tests/ui_simulate" and is likely exposed by recent changes to bounding box calculation. The missing check for DL_INDEX4 dates back to code from 2002 which intended to check this but was checking for DL_INDEX3 twice which got removed as part of a cleaned up. This could be hidden from memory checking tools as meta-balls over-allocate vertex arrays. |
Commit Details:
Full Hash: 302fe4f3ad90e2bcee4a6ca470d4dd9af4bc8490
Parent Commit: 1b52be9
Committed By: Jeroen Bakker
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/displist.cc (+1, -1) (Diff)