bug70976.phpt 233 B

123456789101112
  1. --TEST--
  2. Bug #70976 (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds)
  3. --EXTENSIONS--
  4. gd
  5. --FILE--
  6. <?php
  7. $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
  8. var_dump($img);
  9. ?>
  10. --EXPECT--
  11. object(GdImage)#2 (0) {
  12. }