mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
11 lines
265 B
PHP
11 lines
265 B
PHP
--TEST--
|
|
Bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
|
|
--FILE--
|
|
<?php
|
|
exif_read_data(__DIR__."/bug78222.jpg", 'THUMBNAIL', FALSE, TRUE);
|
|
?>
|
|
DONE
|
|
--EXPECTF--
|
|
DONE
|