~ubuntu-branches/ubuntu/precise/tiff/precise-security

« back to all changes in this revision

Viewing changes to libtiff/tif_dirinfo.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-03-30 08:11:18 UTC
  • Revision ID: package-import@ubuntu.com-20150330081118-bvaoaii1act27voq
Tags: 3.9.5-2ubuntu1.7
* SECURITY UPDATE: Fix multiple security issues
  - debian/patches/CVE-2014-81xx-1.patch to CVE-2014-81xx-11.patch
  - debian/patches/CVE-2014-8128-5.patch
  - debian/patches/CVE-2014-9655-1.patch to CVE-2014-9655-3.patch
  - debian/patches/read_overrun.patch
  - debian/patches/CVE-2014-8130.patch
  - CVE-2014-8127 (partially)
  - CVE-2014-8128
  - CVE-2014-8129
  - CVE-2014-8130
  - CVE-2014-9330
  - CVE-2014-9655

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
      0,        0,      "StoNits" },
271
271
    { TIFFTAG_INTEROPERABILITYIFD, 1, 1, TIFF_LONG,     FIELD_CUSTOM,
272
272
      0,        0,      "InteroperabilityIFDOffset" },
 
273
    { TIFFTAG_CONSECUTIVEBADFAXLINES, 1, 1, TIFF_LONG,  FIELD_CUSTOM,
 
274
      1,        0,      "ConsecutiveBadFaxLines" },
 
275
    { TIFFTAG_PREDICTOR, 1, 1,          TIFF_SHORT,     FIELD_CUSTOM,
 
276
      0,        0,      "Predictor" },
273
277
/* begin DNG tags */
274
278
    { TIFFTAG_DNGVERSION,       4, 4,   TIFF_BYTE,      FIELD_CUSTOM, 
275
279
      0,        0,      "DNGVersion" },