mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
9 lines
133 B
PHP
9 lines
133 B
PHP
--TEST--
|
|
Bug #67250 (iptcparse out-of-bounds read)
|
|
--FILE--
|
|
<?php
|
|
var_dump(iptcparse("\x1C\x02_\x80___"));
|
|
?>
|
|
--EXPECT--
|
|
bool(false)
|