Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 69914
Status: resolved
Priority: 10/
Queue: Imager

People
Owner: Nobody in particular
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.84
Fixed in: (no value)



Subject: Check tiff/exif parsing code for IFD loop handling
Date: Sun, 31 Jul 2011 13:06:41 +1000
To: bug-Imager [...] rt.cpan.org
From: tonyc [...] cpan.org
I suspect libtiff has a check for loops. IIRC, the jpeg exif code only looks at the first IFD, so it should be safe too. But it needs: a) a review b) tests
Switched to TIFFReadDirectory() instead of TIFFSetDirectory() since that checks for loops. The EXIF code doesn't loop through IFDs.
Fixed in 0.85