bug54002.phpt 527 B

12345678910111213141516
  1. --TEST--
  2. Bug #54002 (crash on crafted tag)
  3. --INI--
  4. memory_limit=-1
  5. --SKIPIF--
  6. <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
  7. --FILE--
  8. <?php
  9. exif_read_data(__DIR__ . '/bug54002_1.jpeg');
  10. exif_read_data(__DIR__ . '/bug54002_2.jpeg');
  11. ?>
  12. --EXPECTF--
  13. Warning: exif_read_data(bug54002_1.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sbug54002.php on line %d
  14. Warning: exif_read_data(bug54002_2.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sbug54002.php on line %d