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