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

« back to all changes in this revision

Viewing changes to tools/pal2rgb.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:
368
368
    { TIFFTAG_CLEANFAXDATA,             1, TIFF_SHORT },
369
369
    { TIFFTAG_CONSECUTIVEBADFAXLINES,   1, TIFF_LONG },
370
370
    { TIFFTAG_INKSET,                   1, TIFF_SHORT },
371
 
    { TIFFTAG_INKNAMES,                 1, TIFF_ASCII },
 
371
    /*{ TIFFTAG_INKNAMES,                       1, TIFF_ASCII },*/ /* Needs much more complicated logic. See tiffcp */
372
372
    { TIFFTAG_DOTRANGE,                 2, TIFF_SHORT },
373
373
    { TIFFTAG_TARGETPRINTER,            1, TIFF_ASCII },
374
374
    { TIFFTAG_SAMPLEFORMAT,             1, TIFF_SHORT },