Blender Git Loki
Git Commits -> Revision 7359cc1
Revision 7359cc1 by Julian Eisel (master) February 23, 2017, 01:14 (GMT) |
Fix possible crash in various 3D View operators Was actually harmeless and not crashing, but I'd say more or less only by luck: the NULL-check for region data would only evaluate to true for the correct 3D View region. However, if we were to add region data to a different region type in future, this would lead to undefined behavior if executed in the wrong region. |
Commit Details:
Full Hash: 7359cc1060e43bf094d471d5a4bdbd56f672ddbf
Parent Commit: 43299f9
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/space_view3d/space_view3d.c (+2, -2) (Diff)