unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob a3d51e0ef9477b4479d2dc45f8e3d18c64a15833 1251 bytes (raw)
name: gnu/packages/patches/libtiff-CVE-2017-9936.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
Fix CVE-2017-9936:

http://bugzilla.maptools.org/show_bug.cgi?id=2706
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9936
https://security-tracker.debian.org/tracker/CVE-2017-9936

Patch lifted from upstream source repository (the changes to 'ChangeLog'
don't apply to the libtiff 4.0.8 release tarball):

https://github.com/vadz/libtiff/commit/fe8d7165956b88df4837034a9161dc5fd20cf67a

From fe8d7165956b88df4837034a9161dc5fd20cf67a Mon Sep 17 00:00:00 2001
From: Even Rouault <even.rouault@spatialys.com>
Date: Mon, 26 Jun 2017 15:19:59 +0000
Subject: [PATCH] * libtiff/tif_jbig.c: fix memory leak in error code path of
 JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 Reported
 by team OWL337

* libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg
---
 ChangeLog          | 8 +++++++-
 libtiff/tif_jbig.c | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/libtiff/tif_jbig.c b/libtiff/tif_jbig.c
index 5f5f75e2..c75f31d9 100644
--- a/libtiff/tif_jbig.c
+++ b/libtiff/tif_jbig.c
@@ -94,6 +94,7 @@ static int JBIGDecode(TIFF* tif, uint8* buffer, tmsize_t size, uint16 s)
 			     jbg_strerror(decodeStatus)
 #endif
 			     );
+		jbg_dec_free(&decoder);
 		return 0;
 	}
 
-- 
2.13.2


debug log:

solving a3d51e0ef ...
found a3d51e0ef in https://yhetil.org/guix-patches/87r2xti4dz.fsf@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/87r2xti4dz.fsf@gmail.com/
diff --git a/gnu/packages/patches/libtiff-CVE-2017-9936.patch b/gnu/packages/patches/libtiff-CVE-2017-9936.patch
new file mode 100644
index 000000000..a3d51e0ef

1:36: space before tab in indent.
 			     jbg_strerror(decodeStatus)
1:38: space before tab in indent.
 			     );
1:40: space before tab in indent.
 		return 0;
1:41: space before tab in indent.
 	}
1:42: trailing whitespace.
 
Checking patch gnu/packages/patches/libtiff-CVE-2017-9936.patch...
Applied patch gnu/packages/patches/libtiff-CVE-2017-9936.patch cleanly.
warning: squelched 2 whitespace errors
warning: 7 lines add whitespace errors.

index at:
100644 a3d51e0ef9477b4479d2dc45f8e3d18c64a15833	gnu/packages/patches/libtiff-CVE-2017-9936.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).