mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +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
15 lines
447 B
PHP
15 lines
447 B
PHP
--TEST--
|
|
Bug #76423 (Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c)
|
|
--EXTENSIONS--
|
|
exif
|
|
--FILE--
|
|
<?php
|
|
exif_read_data(__DIR__ . '/bug76423.jpg', 0, true, true);
|
|
?>
|
|
--EXPECTF--
|
|
Warning: exif_read_data(%s.jpg): Thumbnail goes IFD boundary or end of file reached in %s on line %d
|
|
|
|
Warning: exif_read_data(%s.jpg): File structure corrupted in %s on line %d
|
|
|
|
Warning: exif_read_data(%s.jpg): Invalid JPEG file in %s on line %d
|