- fixed a buffer-overflow vulnerability in the jbig.c decoder, reported by Florian Weimer (Red Hat): CVE-2013-6369 - fixed ability of corrupted input data to force jbig85.c decoder into an end-less loop - fixed a bug in the processing of private deterministic-prediction tables (DPPRIV=1) in jbig.c decoder - fixed integer-type mismatches in printf arguments on 64-bit systems - fuzz-testing script added
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
$OpenBSD: patch-Makefile,v 1.5 2014/04/08 13:59:32 sthen Exp $
|
|
--- Makefile.orig Tue Apr 8 14:41:53 2014
|
|
+++ Makefile Tue Apr 8 14:42:35 2014
|
|
@@ -7,8 +7,6 @@ CC = gcc
|
|
CFLAGS = -O2 -W -Wno-unused-result
|
|
# CFLAGS = -O -g -W -Wall -Wno-unused-result -ansi -pedantic # -DDEBUG
|
|
|
|
-export CC CFLAGS
|
|
-
|
|
VERSION=2.1
|
|
|
|
all: lib pbm
|