Blame SOURCES/libtiff-CVE-2013-4232.patch

e4d7d2
diff --git a/tools/tiff2pdf.c b/tools/tiff2pdf.c
e4d7d2
index 92a1a3d..26a1acb 100644
e4d7d2
--- a/tools/tiff2pdf.c
e4d7d2
+++ b/tools/tiff2pdf.c
e4d7d2
@@ -2462,6 +2462,7 @@ tsize_t t2p_readwrite_pdf_image(T2P* t2p, TIFF* input, TIFF* output){
e4d7d2
 					TIFFFileName(input));
e4d7d2
 				t2p->t2p_error = T2P_ERR_ERROR;
e4d7d2
 			  _TIFFfree(buffer);
e4d7d2
+                return(0);
e4d7d2
 			} else {
e4d7d2
 				buffer=samplebuffer;
e4d7d2
 				t2p->tiff_datasize *= t2p->tiff_samplesperpixel;