/[packages]/updates/1/libtiff/current/SOURCES/tiff-4.0.2-CVE-2012-3401.diff
ViewVC logotype

Contents of /updates/1/libtiff/current/SOURCES/tiff-4.0.2-CVE-2012-3401.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 272694 - (show annotations) (download)
Thu Jul 19 21:55:36 2012 UTC (11 years, 9 months ago) by luigiwalser
File size: 436 byte(s)
fix CVE-2012-3401 (from RedHat)
1 diff -Naur tiff-4.0.2.orig/tools/tiff2pdf.c tiff-4.0.2/tools/tiff2pdf.c
2 --- tiff-4.0.2.orig/tools/tiff2pdf.c 2012-06-15 17:51:54.000000000 -0400
3 +++ tiff-4.0.2/tools/tiff2pdf.c 2012-07-05 13:34:36.569691068 -0400
4 @@ -1066,6 +1066,7 @@
5 "Can't set directory %u of input file %s",
6 i,
7 TIFFFileName(input));
8 + t2p->t2p_error = T2P_ERR_ERROR;
9 return;
10 }
11 if(TIFFGetField(input, TIFFTAG_PAGENUMBER, &pagen, &paged)){

  ViewVC Help
Powered by ViewVC 1.1.30