K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-08-17T07:25:21.935306Z K 7 svn:log V 411 Fix leaks with test_fuzz(..) - Prevent a segfault from occurring if allocating rawimage failed. - tmp was leaked if realloc(3) failed; free it and NULL it out to avoid a use-after-free. - Don't leak rawimage if size == 0. - Remove useless assert for image right before checking that it was NULL to fix some deadcode in the MK_ASSERT_DEBUG != no case. CID: 1361651, 1361669, 1361679 Reported by: Coverity END