]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix a bug that Clang Static Analyzer claimed it is potential insecure
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 12 Sep 2012 05:32:06 +0000 (14:32 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 2 Oct 2012 22:46:57 +0000 (07:46 +0900)
commit8c1c0a7a4c56693f876aa11be7766f5ec1591b3d
tree3b7d0fdde08f4c77e3325cd11ee6bc23b88c2f2b
parent60141df1e89400928525f3c915be085f68c1ff1a
Fix a bug that Clang Static Analyzer claimed it is potential insecure
implementation-specific behavior in call 'vfork' and recommended the
use of posix_spawn instead of vfork.
CMakeLists.txt
build/cmake/config.h.in
configure.ac
libarchive/filter_fork.c