mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
a375d54785
Cf. PR #6787. Closes GH-6994.
12 lines
257 B
PHP
12 lines
257 B
PHP
--TEST--
|
|
Bug #75571 (Infinite loop in GIF reading causing DoS)
|
|
--EXTENSIONS--
|
|
gd
|
|
--FILE--
|
|
<?php
|
|
var_dump(imagecreatefromgif(__DIR__ . '/bug75571.gif'));
|
|
?>
|
|
--EXPECTF--
|
|
Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
|
|
bool(false)
|