Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
gd /
Delete
Unzip
Name
Size
Permission
Date
Action
libgd
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
CREDITS
118
B
-rw-rw-r--
2022-10-31 11:36
config.m4
6.22
KB
-rw-rw-r--
2022-10-31 11:36
config.w32
3.42
KB
-rw-rw-r--
2022-10-31 11:36
gd.c
132.81
KB
-rw-rw-r--
2022-10-31 11:36
gd_compat.c
522
B
-rw-rw-r--
2022-10-31 11:36
gd_compat.h
144
B
-rw-rw-r--
2022-10-31 11:36
gd_ctx.c
5.95
KB
-rw-rw-r--
2022-10-31 11:36
php_gd.h
6.44
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
#ifdef HAVE_CONFIG_H #include "config.h" #else #include "php_config.h" #endif #include "gd_compat.h" #include "php.h" int overflow2(int a, int b) { if(a <= 0 || b <= 0) { php_error_docref(NULL, E_WARNING, "one parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n"); return 1; } if(a > INT_MAX / b) { php_error_docref(NULL, E_WARNING, "product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n"); return 1; } return 0; }