mirror of
https://github.com/php/php-src.git
synced 2024-12-20 07:20:33 +08:00
13 lines
272 B
PHP
13 lines
272 B
PHP
--TEST--
|
|
Bug #77831 (Heap-buffer-overflow in exif_iif_add_value in EXIF)
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
|
|
--FILE--
|
|
<?php
|
|
var_dump(exif_read_data(__DIR__."/bug77831.tiff"));
|
|
?>
|
|
DONE
|
|
--EXPECTF--
|
|
%A
|
|
bool(false)
|
|
DONE
|