]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Avoid segv on linux64. It caused at second calling vfprintf() of vlogprintf()
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 16 Dec 2009 19:34:53 +0000 (14:34 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 16 Dec 2009 19:34:53 +0000 (14:34 -0500)
commitf017d8befede835f2390288805ed63acd3a1a15a
treea31719106500cb30c1eeb35cc5f6b23ce5c203e8
parent47259a060b15338c9ca3298af184fd10f9b22b3d
Avoid segv on linux64. It caused at second calling vfprintf() of vlogprintf()
in */test/main.c.
Use a copy of ap for second calling vfprintf().

SVN-Revision: 1755
cpio/test/main.c
libarchive/test/main.c
tar/test/main.c