mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
0c6d06ecfa
Closes GH-5779
12 lines
257 B
PHP
12 lines
257 B
PHP
--TEST--
|
|
Bug #77988 (heap-buffer-overflow on php_jpg_get16)
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
|
|
--FILE--
|
|
<?php
|
|
exif_read_data(__DIR__."/bug77988.jpg", 'COMMENT', FALSE, TRUE);
|
|
?>
|
|
DONE
|
|
--EXPECT--
|
|
DONE
|