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