mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
0c6d06ecfa
Closes GH-5779
12 lines
265 B
PHP
12 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
|
|
--EXPECT--
|
|
DONE
|