Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 58d3e5074c9cd3a65adada377b3a53ca > files > 3

libtiff-4.0.4-0.1.mga5.src.rpm

Index: tools/tiffdither.c
===================================================================
--- tools/tiffdither.c.orig	2015-02-18 13:06:47.972867055 +0100
+++ tools/tiffdither.c	2015-02-18 13:12:03.759562692 +0100
@@ -77,6 +77,11 @@
 	outlinesize = TIFFScanlineSize(out);
 	outline = (unsigned char *) _TIFFmalloc(outlinesize);
 
+ 	if (! (inputline && thisline && nextline && outline)) {
+		fprintf(stderr, "Out of memory.\n");
+		return;
+	}
+       
 	/*
 	 * Get first line
 	 */