php-src/ext/gd
Niels Dossche e1e1e64a32
Fix GH-16559: UBSan abort in ext/gd/libgd/gd_interpolation.c:1007
The `uchar_clamp` function was backported from old code, this backports
it from new code.

Closes GH-16562.
2024-10-23 20:09:12 +02:00
..
libgd Fix GH-16559: UBSan abort in ext/gd/libgd/gd_interpolation.c:1007 2024-10-23 20:09:12 +02:00
tests Fix GH-16559: UBSan abort in ext/gd/libgd/gd_interpolation.c:1007 2024-10-23 20:09:12 +02:00
config.m4 Fix GH-12019: ext/gd/config.m4: don't forget GDLIB_CFLAGS in feature tests 2024-03-18 11:57:20 +01:00
config.w32 Merge branch 'PHP-8.1' 2021-11-24 18:26:15 +01:00
CREDITS Convert GD Resources to objects 2019-09-30 15:14:02 +02:00
gd_arginfo.h Re-add some CTE functions that were removed from being CTE by a mistake 2023-03-07 20:30:11 +01:00
gd_compat.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
gd_compat.h cleanup gd build with system libgd - drop need to use libpng with system libgd - drop need to use libjpeg with system libgd - drop need to use libXpm with system libgd - drop need to use libfreetype with system libgd - improve configure comments 2019-07-22 16:14:19 +02:00
gd.c Fix GH-16322: imageaffine overflow on affine argument. 2024-10-11 19:37:34 +01:00
gd.stub.php Re-add some CTE functions that were removed from being CTE by a mistake 2023-03-07 20:30:11 +01:00
php_gd.h Declare ext/gd constants in stubs (#9180) 2022-07-30 15:18:06 +02:00