Re: [GM-announce] GraphicsMagick 1.3.32 is now available

Marco Atzeri <[email protected]> Fri, 5 Jul 2019 16:44:11 +0200
Newsgroups gmane.comp.video.graphicsmagick.help
Message-ID <[email protected]>
Am 15.06.2019 um 21:59 schrieb Bob Friesenhahn:
> GraphicsMagick 1.3.32 (a general-purpose image processing package, see
> http://www.graphicsmagick.org/) is now available.  This release is the
> product of significant bug and security fixes due to GraphicsMagick
> now participating in Google's oss-fuzz project.  This release fixes 52
> additional issues detected by oss-fuzz.
> 

building for Cygwin, I found a double comma case,
as Cygwin is also a POSIX platform.

Attached patch used for the build

Regards
MArco


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus

_______________________________________________
Graphicsmagick-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-help
GraphicsMagick-1.3.32-1.src.patch (text/plain, 408 B)
--- origsrc/GraphicsMagick-1.3.32/magick/tempfile.c	2019-06-15 16:05:05.000000000 +0200
+++ src/GraphicsMagick-1.3.32/magick/tempfile.c	2019-07-05 15:59:55.714905600 +0200
@@ -242,7 +242,7 @@ MagickExport int AcquireTemporaryFileDes
     {
       "MAGICK_TMPDIR"
 #if defined(POSIX)
-      ,"TMPDIR",
+      ,"TMPDIR"
 #endif /* defined(POSIX) */
 #if defined(MSWINDOWS) || defined(__CYGWIN__)
       ,"TMP"