Annotation of embedaddon/php/ext/standard/tests/image/bug67250.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #67250 (iptcparse out-of-bounds read)
        !             3: --FILE--
        !             4: <?php
        !             5: var_dump(iptcparse("\x1C\x02_\x80___"));
        !             6: ?>
        !             7: --EXPECT--
        !             8: bool(false)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>