Blender Git Loki
Git Commits -> Revision 4789793
Revision 4789793 by Lukas Toenne (master) February 20, 2014, 11:09 (GMT) |
Fix for bad imbuf creation by compositor viewers if resolution is (0,0). This can happen if no image buffers are used to define a sensible resolution. Then the viewer will stiff create a float buffer in the output imbuf, which defies the usual ibuf->rect_float check and leads to invalid memory access. Float buffer should not be created in this case. |
Commit Details:
Full Hash: 4789793f0903fe0ce9daa30c013a4fccf4971e89
Parent Commit: 47c55c5
Lines Changed: +3, -1
1 Modified Path:
/source/blender/compositor/operations/COM_ViewerOperation.cpp (+3, -1) (Diff)