mirror of
https://github.com/php/php-src.git
synced 2026-04-21 06:51:18 +02:00
13 lines
258 B
PHP
13 lines
258 B
PHP
--TEST--
|
|
Bug #77753 (Heap-buffer-overflow in php_ifd_get32s)
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
|
|
--FILE--
|
|
<?php
|
|
@var_dump(exif_read_data(__DIR__."/bug77753.tiff"));
|
|
?>
|
|
DONE
|
|
--EXPECT--
|
|
bool(false)
|
|
DONE
|