mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
bd9f4fa676
For rationale, see https://github.com/php/php-src/pull/6787 Make extension checks lowercase, add a special case for opcache that has internal name not matching .so filename. Extensions migrated in part 2: * dom * exif * fileinfo * ffi
19 lines
500 B
PHP
19 lines
500 B
PHP
--TEST--
|
|
Bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value)
|
|
--DESCRIPTION--
|
|
This test is meant to exhibit memory issues with the `-m` option. Since a lot of
|
|
notices and warnings are to be expected anyway, we suppress these, since the are
|
|
not relevant for this test.
|
|
--INI--
|
|
error_reporting=E_ALL & ~E_WARNING & ~E_NOTICE
|
|
--EXTENSIONS--
|
|
exif
|
|
--FILE--
|
|
<?php
|
|
exif_read_data(__DIR__ . '/bug76130_1.jpg');
|
|
exif_read_data(__DIR__ . '/bug76130_2.jpg');
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
===DONE===
|