Blender Git Commit Log
Git Commits -> Revision 9648c60
Revision 9648c60 by Campbell Barton (master) September 15, 2011, 11:49 (GMT) |
fix [#28658] python can assign non utf8 and crash because of string lenth limits. add BLI_strncpy_utf8() which which ensures there are no partially copied UTF8 characters, limited by the buffer size. |
Commit Details:
Full Hash: 9648c6016b35a72aa23395f5d200e342df16490b
SVN Revision: 40222
Parent Commit: 86d05b3
Lines Changed: +52, -5