hush/archival
Rob Landley efae294b15 Fix for an integer overflow bug that could cause a segfault on certain
pathological archives.

(Unlikely to have security implications, the only way to trigger it basically
wound up doing memset(dbuf,x,2^31) and triggering an immediate segfault.  The
test basically gives us a more polite error message.)

Thanks to Ned Ludd and the Gentoo security guys for finding this.
2006-02-17 05:19:40 +00:00
..
libunarchive Fix for an integer overflow bug that could cause a segfault on certain 2006-02-17 05:19:40 +00:00
ar.c
bunzip2.c
Config.in
cpio.c
dpkg_deb.c
dpkg.c
gunzip.c
gzip.c - add some ATTRIBUTE_UNUSED. 2006-01-30 17:17:14 +00:00
Makefile
Makefile.in make the build system puuuuuuuuuuurty 2006-02-02 01:41:53 +00:00
rpm2cpio.c
rpm.c passing around an int as a void* is a very bad idea 2006-01-30 18:33:12 +00:00
tar.c
uncompress.c
unlzma.c
unzip.c