Blender Git Loki
Git Commits -> Revision e77e1f1
Revision e77e1f1 by Campbell Barton (master) November 26, 2012, 03:47 (GMT) |
fix for uninitialized memory use with numeric input: bevel/inset/marker-move would use uninitialized memory when used as modal operators and pressing backspace after entering values. |
Commit Details:
Full Hash: e77e1f183ae6732eadda82ba1d7ab9975a9224f8
SVN Revision: 52553
Parent Commit: 3d64381
Lines Changed: +22, -14
5 Modified Paths:
/source/blender/bmesh/intern/bmesh_operator_api_inline.h (+1, -1) (Diff)
/source/blender/editors/animation/anim_markers.c (+13, -8) (Diff)
/source/blender/editors/mesh/editmesh_loopcut.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+4, -4) (Diff)
/source/blender/editors/util/numinput.c (+3, -0) (Diff)
/source/blender/editors/animation/anim_markers.c (+13, -8) (Diff)
/source/blender/editors/mesh/editmesh_loopcut.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+4, -4) (Diff)
/source/blender/editors/util/numinput.c (+3, -0) (Diff)