Home | History | Annotate | only in /external/pdfium/third_party/libtiff
Up to higher level directory
NameDateSize
0000-build-config.patch21-Aug-20188.1K
0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch21-Aug-20181.6K
0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch21-Aug-2018510
0017-safe_skews_in_gtTileContig.patch21-Aug-20182.8K
0025-upstream-OOM-gtTileContig.patch21-Aug-201817.8K
0026-upstream-null-dereference.patch21-Aug-20181K
0027-build-config.patch21-Aug-20181.2K
0028-nstrips-OOM.patch21-Aug-2018902
README.pdfium21-Aug-2018910
t4.h21-Aug-201811.1K
tif_aux.c21-Aug-20189.5K
tif_close.c21-Aug-20184K
tif_codec.c21-Aug-20184.9K
tif_color.c21-Aug-20189.3K
tif_compress.c21-Aug-20187.8K
tif_dir.c21-Aug-201849.2K
tif_dir.h21-Aug-201810.7K
tif_dirinfo.c21-Aug-201847.5K
tif_dirread.c21-Aug-2018141.3K
tif_dirwrite.c21-Aug-201887.6K
tif_dumpmode.c21-Aug-20183.8K
tif_error.c21-Aug-20182.3K
tif_extension.c21-Aug-20183.2K
tif_fax3.c21-Aug-201844.9K
tif_fax3.h21-Aug-201816K
tif_fax3sm.c21-Aug-2018102.3K
tif_flush.c21-Aug-20184K
tif_getimage.c21-Aug-201878.8K
tif_jpeg.c21-Aug-201873.1K
tif_luv.c21-Aug-201843.8K
tif_lzw.c21-Aug-201832.2K
tif_next.c21-Aug-20184.9K
tif_ojpeg.c21-Aug-201876.8K
tif_open.c21-Aug-201817.6K
tif_packbits.c21-Aug-20187.4K
tif_pixarlog.c21-Aug-201842.7K
tif_predict.c21-Aug-201823.6K
tif_predict.h21-Aug-20182.9K
tif_print.c21-Aug-201820.6K
tif_read.c21-Aug-201847.6K
tif_strip.c21-Aug-201811.2K
tif_swab.c21-Aug-20189.1K
tif_thunder.c21-Aug-20186.3K
tif_tile.c21-Aug-20188.8K
tif_version.c21-Aug-20181.5K
tif_warning.c21-Aug-20182.3K
tif_write.c21-Aug-201826.3K
tif_zip.c21-Aug-201813.4K
tiff.h21-Aug-201835.1K
tiffconf.h21-Aug-20185.9K
tiffio.h21-Aug-201822.8K
tiffiop.h21-Aug-201818.5K
tiffvers.h21-Aug-2018410
uvcode.h21-Aug-20185.5K

README.pdfium

      1 Name: LibTIFF
      2 URL: http://www.simplesystems.org/libtiff/
      3 Version: 4.0.8
      4 Security Critical: yes
      5 License: BSD
      6 
      7 Description:
      8 TIFF library.
      9 
     10 Local Modifications:
     11 
     12 0000-build-config.patch: Local build configuration changes.
     13 0001-build-config.patch: Enable HAVE_SEARCH_H in tiffconf.h for VS 2015
     14 0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
     15 0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
     16 0017-safe_skews_in_gtTileContig.patch: return error if to/from skews overflow from int32.
     17 0025-upstream-OOM-gtTileContig: allocates the decoded buffer only after a first successful TIFFFillStrip.
     18 0026-upstream-null-dereference: properly evit when stoponerr is set and avoid null dereferences.
     19 0027-build-config.patch: #define variables so their value can be used by #if.
     20 0028-nstrips-OOM.patch: return error for excess number of tiles/strips.
     21