mirror of
https://github.com/php/php-src.git
synced 2026-04-20 22:41:20 +02:00
11 lines
270 B
PHP
11 lines
270 B
PHP
--TEST--
|
|
Bug #78256 (heap-buffer-overflow on exif_process_user_comment)
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
|
|
--FILE--
|
|
<?php
|
|
@exif_read_data(__DIR__."/bug78256.jpg", 'COMMENT', FALSE, TRUE);
|
|
?>
|
|
DONE
|
|
--EXPECTF--
|
|
DONE
|