]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix a cause of segmentation fault in case of creating a child
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 5 Oct 2012 05:28:02 +0000 (14:28 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 5 Oct 2012 05:28:02 +0000 (14:28 +0900)
commit267ffe04de5fe2d4aa8093084d1251b83e710df7
tree2639b5fab862af92930d8d70a53b7fb1966ce6cd
parentea76facda2635666e10e81f4ff41f09a8bd75cf8
Fix a cause of segmentation fault in case of creating a child
process failed. It occured when archive_write_close() was called
after an opening filter process failed.
libarchive/archive_write.c