~ruther/guix-local

ref: 4fa3f7967fb3ea271b52a2fd78c0bcc3feef795e guix-local/gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch -rw-r--r-- 681 bytes
4fa3f796 — Ludovic Courtès gnu: guile-sdl: Remove 2.0-specific bits. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This patch comes from http://hg.code.sf.net/p/graphicsmagick/code/rev/be898b7c97bd.

diff -ur a/coders/wmf.c b/coders/wmf.c
--- a/coders/wmf.c	2016-09-05 15:20:23.000000000 -0400
+++ b/coders/wmf.c	2017-08-19 10:38:08.984187264 -0400
@@ -2719,8 +2719,8 @@
   if(image->exception.severity != UndefinedException)
     ThrowException2(exception,
                    CoderWarning,
-                   ddata->image->exception.reason,
-                   ddata->image->exception.description);
+                   image->exception.reason,
+                   image->exception.description);
 
   if(logging)
     (void) LogMagickEvent(CoderEvent,GetMagickModule(),"leave ReadWMFImage()");