php-8.0.30-src/ext/standard/tests/image/bug67250.phpt

9 lines
133 B
PHP

--TEST--
Bug #67250 (iptcparse out-of-bounds read)
--FILE--
<?php
var_dump(iptcparse("\x1C\x02_\x80___"));
?>
--EXPECT--
bool(false)