summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image/bug67250.phpt
blob: 607de9f3b652313b8f0667d498c5806d9b64ac69 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #67250 (iptcparse out-of-bounds read)
--FILE--
<?php
var_dump(iptcparse("\x1C\x02_\x80___"));
?>
--EXPECT--
bool(false)