Blender Git Loki
Git Commits -> Revision 2b6f35d
Revision 2b6f35d by Campbell Barton (master) July 15, 2013, 05:09 (GMT) |
fix for error in string copy - BLI_strncpy_wchar_from_utf8 wasn't NULL terminating the destination string, caused uninitialized memory use in BPY_python_start(). - BLI_strncpy_wchar_as_utf8 could write one byte past the buffer bounds. |
Commit Details:
Full Hash: 2b6f35d686a35a347aec93cae2f018b1f7312834
SVN Revision: 58254
Parent Commit: 02f5b0f
Lines Changed: +13, -8