xref: /PHP-5.3/ext/standard/tests/image/bug67250.phpt (revision d4b67896)
1--TEST--
2Bug #67250 (iptcparse out-of-bounds read)
3--FILE--
4<?php
5var_dump(iptcparse("\x1C\x02_\x80___"));
6?>
7--EXPECT--
8bool(false)
9