]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix bugs that Clang Static Analyzer pointed out:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 11 Sep 2012 11:13:31 +0000 (20:13 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 11 Sep 2012 11:13:31 +0000 (20:13 +0900)
commit3cdca60f9d5947a8abbc98f2d2df1d6066bb432d
treec46a743efcc84ce1476fff2dc0f6d77f82eb3947
parent8735c815843cc1d527266c33439f2495942320d2
Fix bugs that Clang Static Analyzer pointed out:
 - Memory leak;
 - Result of operation is garbage or undefined;
 - Undefined allocation of 0 bytes.
libarchive/archive_read_support_format_7zip.c