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

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