bug75571.phpt 257 B

1234567891011
  1. --TEST--
  2. Bug #75571 (Infinite loop in GIF reading causing DoS)
  3. --EXTENSIONS--
  4. gd
  5. --FILE--
  6. <?php
  7. var_dump(imagecreatefromgif(__DIR__ . '/bug75571.gif'));
  8. ?>
  9. --EXPECTF--
  10. Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
  11. bool(false)