sthen 34c7f77418 update to libmspack 0.5alpha (part 2: cvs didn't see the patches/ dir)
null pointer dereference on a crafted CAB:
- https://bugs.debian.org/774665

CHM decompression: division by zero
- https://bugs.debian.org/774725

CHM decompression: pointer arithmetic overflow
- https://bugs.debian.org/774726

off-by-one buffer over-read in mspack/mszipd.c
- https://bugs.debian.org/775498

off-by-one buffer under-read in mspack/lzxd.c
- https://bugs.debian.org/775499

CHM decompression: another pointer arithmetic overflow
- https://bugs.debian.org/775687
2015-02-04 09:46:37 +00:00

13 lines
630 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.6 2015/02/04 09:46:37 sthen Exp $
--- Makefile.in.orig Wed Feb 4 09:39:42 2015
+++ Makefile.in Wed Feb 4 09:39:54 2015
@@ -83,7 +83,7 @@ build_triplet = @build@
host_triplet = @host@
# add "-DMSPACK_NO_DEFAULT_SYSTEM" to remove default mspack_system
@DEBUG_TRUE@am__append_1 = -DDEBUG
-@GCC_TRUE@am__append_2 = -Wall -Wextra -Wno-unused-parameter -Wno-unused-result
+@GCC_TRUE@am__append_2 = -Wall -Wextra -Wno-unused-parameter
noinst_PROGRAMS = test/cabd_md5$(EXEEXT) test/cabd_memory$(EXEEXT) \
test/cabd_test$(EXEEXT) test/cabrip$(EXEEXT) \
test/chmd_md5$(EXEEXT) test/chmx$(EXEEXT) \