From: erin at thedalzells dot org Operating system: ALL PHP version: 6CVS-2007-12-18 (CVS) PHP Bug Type: EXIF related Bug description: exif_read_data crashes on certain images
Description: ------------ I have PHP version 5.2.3 and am getting an error on this image: http://thedalzells.org/photos/test/IMG_2982.JPG when I try to read the EXIF data with exif_read_data. I have looked at the other bug reports and they all say fixed in head for version 5.2.1. Reproduce code: --------------- $file = '/home/.jeannie/edalzell/thedalzells.org/photos/test/IMG_2982.JPG'; $data = exif_read_data($file, "EXIF"); Expected result: ---------------- No errors Actual result: -------------- Warning: exif_read_data(IMG_2982.JPG) [exif_read_data]: Process tag(x0000=UndefinedTa): Illegal format code 0x0000, suppose BYTE in /home/.jeannie/edalzell/thedalzells.org/secret/core/core.functions.php(637) : eval()'d code on line 22 Warning: exif_read_data(IMG_2982.JPG) [exif_read_data]: Process tag(x0000=UndefinedTa): Illegal pointer offset(x6E004361 + x43616E6F = xB161B1D0 > x0207) in /home/.jeannie/edalzell/thedalzells.org/secret/core/core.functions.php(637) : eval()'d code on line 22 Warning: exif_read_data(IMG_2982.JPG) [exif_read_data]: Illegal IFD offset in /home/.jeannie/edalzell/thedalzells.org/secret/core/core.functions.php(637) : eval()'d code on line 22 -- Edit bug report at http://bugs.php.net/?id=43630&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=43630&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=43630&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=43630&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=43630&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=43630&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=43630&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=43630&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=43630&r=needscript Try newer version: http://bugs.php.net/fix.php?id=43630&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=43630&r=support Expected behavior: http://bugs.php.net/fix.php?id=43630&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=43630&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=43630&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=43630&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43630&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=43630&r=dst IIS Stability: http://bugs.php.net/fix.php?id=43630&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=43630&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=43630&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=43630&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=43630&r=mysqlcfg