Blender Git Commit Log
Git Commits -> Revision 76cd704
June 13, 2009, 15:54 (GMT) |
coverity issue CID: 44 Checker: FORWARD_NULL (help) File: base/src/source/blender/render/intern/source/texture.c Function: do_lamp_tex Description: Variable "co" tracked as NULL was dereferenced. co was set to NULL at the beginning of the function and it could possibly slip through all the logic above so lets test it before we use it blindly. Kent |
Commit Details:
Full Hash: 76cd7046bba916737de142a76b06adea9f52660c
SVN Revision: 20859
Parent Commit: c4ad2ed
Lines Changed: +3, -3
1 Modified Path:
/source/blender/render/intern/source/texture.c (+3, -3) (Diff)