xref: /PHP-7.4/ext/gd/tests/bug73868.phpt (revision f1b2afc9)
1--TEST--
2Bug 73868 (DOS vulnerability in gdImageCreateFromGd2Ctx())
3--SKIPIF--
4<?php
5if (!extension_loaded('gd')) die('skip gd extension not available');
6?>
7--FILE--
8<?php
9var_dump(imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73868.gd2'));
10?>
11===DONE===
12--EXPECTF--
13Warning: imagecreatefromgd2(): gd2: EOF while reading
14 in %s on line %d
15
16Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
17bool(false)
18===DONE===
19