Closed
Description
Description
The following code:
<?php
$im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
imagescale($im, 32, 32, IMG_BICUBIC);
Resulted in this output:
/php-src/ext/gd/libgd/gd_interpolation.c:937:18: runtime error: -33.9318 is outside the range of representable values of type 'unsigned char'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /php-src/ext/gd/libgd/gd_interpolation.c:937:18
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04