Blender Git Commit Log

Git Commits -> Revision d9de141

Revision d9de141 by Andrea Weikert (master)
March 30, 2008, 16:18 (GMT)
== bugfix ==
fix for [#6950] Blender crashes when .blog file top line is 160 characters or more
- made sure BLI_convertstringcode doesn't return more than 240 chars
- went through all callers and fixed places where string passed to BLI_convertstringcode was too short
- TODO: look into increasing sample->name and sound->name too, I prevented crashes, but filename might get shortened.

Commit Details:

Full Hash: d9de141077873c9379d0bd6ea745b60f5180c4d2
SVN Revision: 14285
Parent Commit: cc4858c
Lines Changed: +103, -81

17 Modified Paths:

/source/blender/blenkernel/BKE_main.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/blender.c (+1, -1) (Diff)
/source/blender/blenlib/intern/util.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Blender.c (+22, -22) (Diff)
/source/blender/python/BPY_interface.c (+2, -2) (Diff)
/source/blender/python/BPY_menus.c (+14, -14) (Diff)
/source/blender/src/drawimasel.c (+1, -1) (Diff)
/source/blender/src/editimasel.c (+19, -11) (Diff)
/source/blender/src/editsound.c (+7, -3) (Diff)
/source/blender/src/filelist.c (+5, -5) (Diff)
/source/blender/src/filesel.c (+11, -1) (Diff)
/source/blender/src/header_imasel.c (+1, -1) (Diff)
/source/blender/src/header_info.c (+6, -6) (Diff)
/source/blender/src/usiblender.c (+3, -3) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+2, -2) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021