Blender Git Commit Log
Git Commits -> Revision 5412653
June 3, 2009, 14:55 (GMT) |
This is coverity issue: CID: 595 Checker: OVERRUN_STATIC (help) File: base/src/source/blender/python/api2_2x/sceneSequence.c Function: Sequence_setProxyDir Description: Overrun of static array "&((((self)->seq)->strip)->proxy)->dir" of size 160 bytes by passing it to a function which indexes it with argument "248" at byte position 247 Wasn't using the size of dir it was using the sizeof the struct dir is in. Fixed. Kent |
Commit Details:
Full Hash: 541265328990d0b380686f46d3a288c04b39e6f5
SVN Revision: 20601
Parent Commit: 9037222
Lines Changed: +1, -1
1 Modified Path:
/source/blender/python/api2_2x/sceneSequence.c (+1, -1) (Diff)