exif_encoding_crash.phpt 263 B

123456789101112
  1. --TEST--
  2. PHP crash when zend_multibyte_encoding_converter returns (size_t)-1)
  3. --EXTENSIONS--
  4. exif
  5. --FILE--
  6. <?php
  7. $infile = __DIR__.'/exif_encoding_crash.jpg';
  8. $exif_data = exif_read_data($infile);
  9. echo "*** no core dump ***\n";
  10. ?>
  11. --EXPECT--
  12. *** no core dump ***