php-src/ext/ftp
Niels Dossche 301418284d Fix GH-10521: ftp_get/ftp_nb_get resumepos offset is maximum 10GB
The char arrays were too small for a long on 64-bit systems, which
resulted in cutting off the string at the end with a NUL byte. Use a
size of MAX_LENGTH_OF_LONG to fix this issue instead of a fixed size
of 11 chars.

Closes GH-10525.
2023-03-20 23:20:21 +01:00
..
tests Fix GH-10521: ftp_get/ftp_nb_get resumepos offset is maximum 10GB 2023-03-20 23:20:21 +01:00
config.m4 Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
ftp_arginfo.h ext/ftp fix ftp_nb_get signature (for failure). 2023-03-03 21:08:16 +00:00
ftp.c Fix GH-10521: ftp_get/ftp_nb_get resumepos offset is maximum 10GB 2023-03-20 23:20:21 +01:00
ftp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
ftp.stub.php ext/ftp fix ftp_nb_get signature (for failure). 2023-03-03 21:08:16 +00:00
php_ftp.c Propagate success status of ftp_close() to userland 2023-03-03 15:26:11 +01:00
php_ftp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00