mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
11 lines
257 B
PHP
11 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
|
|
--EXPECTF--
|
|
DONE
|