php-src/main
Christoph M. Becker 1c9bd513ac Fix #78875: Long filenames cause OOM and temp files are not cleaned
We must not cast `size_t` to `int` (unless the `size_t` value is
guaranteed to be less than or equal to `INT_MAX`).  In this case we can
declare `array_len` as `size_t` in the first place.
2020-05-11 13:47:38 -07:00
..
streams Fixed bug #79468 2020-04-14 10:27:28 -04:00
alloca.c
build-defs.h.in year++ 2018-01-02 12:55:14 +08:00
explicit_bzero.c year++ 2018-01-02 12:55:14 +08:00
fastcgi.c Fixed bug #78469 2019-08-30 16:06:50 +02:00
fastcgi.h year++ 2018-01-02 12:55:14 +08:00
fopen_wrappers.c year++ 2018-01-02 12:55:14 +08:00
fopen_wrappers.h year++ 2018-01-02 12:55:14 +08:00
getopt.c year++ 2018-01-02 12:55:14 +08:00
http_status_codes.h year++ 2018-01-02 12:55:14 +08:00
internal_functions_win32.c year++ 2018-01-02 12:55:14 +08:00
internal_functions.c.in year++ 2018-01-02 12:55:14 +08:00
main.c Fix #78656: Parse errors classified as highest log-level 2019-10-09 17:27:32 +02:00
mergesort.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
network.c Zero sockaddr struct 2019-04-15 14:59:05 +02:00
output.c year++ 2018-01-02 12:55:14 +08:00
php_compat.h year++ 2018-01-02 12:55:14 +08:00
php_content_types.c year++ 2018-01-02 12:55:14 +08:00
php_content_types.h year++ 2018-01-02 12:55:14 +08:00
php_getopt.h year++ 2018-01-02 12:55:14 +08:00
php_globals.h Merge branch 'PHP-7.1' into PHP-7.2 2018-01-23 11:11:37 -05:00
php_ini.c main/php_ini.c: build empty php_load_zend_extension_cb() when !HAVE_LIBDL 2018-03-23 21:13:45 +01:00
php_ini.h year++ 2018-01-02 12:55:14 +08:00
php_main.h year++ 2018-01-02 12:55:14 +08:00
php_memory_streams.h year++ 2018-01-02 12:55:14 +08:00
php_network.h year++ 2018-01-02 12:55:14 +08:00
php_open_temporary_file.c Merge branch 'PHP-7.1' into PHP-7.2 2018-03-07 12:29:22 +01:00
php_open_temporary_file.h year++ 2018-01-02 12:55:14 +08:00
php_output.h year++ 2018-01-02 12:55:14 +08:00
php_reentrancy.h year++ 2018-01-02 12:55:14 +08:00
php_scandir.c year++ 2018-01-02 12:55:14 +08:00
php_scandir.h year++ 2018-01-02 12:55:14 +08:00
php_sprintf.c Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
php_stdint.h year++ 2018-01-02 12:55:14 +08:00
php_streams.h year++ 2018-01-02 12:55:14 +08:00
php_syslog.h year++ 2018-01-02 12:55:14 +08:00
php_ticks.c year++ 2018-01-02 12:55:14 +08:00
php_ticks.h year++ 2018-01-02 12:55:14 +08:00
php_variables.c Fixed bug #77439 2019-01-10 10:57:04 +01:00
php_variables.h year++ 2018-01-02 12:55:14 +08:00
php_version.h bump verison to 7.2.30-dev 2020-03-17 11:28:34 +01:00
php.h year++ 2018-01-02 12:55:14 +08:00
reentrancy.c year++ 2018-01-02 12:55:14 +08:00
rfc1867.c Fix #78875: Long filenames cause OOM and temp files are not cleaned 2020-05-11 13:47:38 -07:00
rfc1867.h year++ 2018-01-02 12:55:14 +08:00
SAPI.c Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
SAPI.h year++ 2018-01-02 12:55:14 +08:00
snprintf.c year++ 2018-01-02 12:55:14 +08:00
snprintf.h year++ 2018-01-02 12:55:14 +08:00
spprintf.c year++ 2018-01-02 12:55:14 +08:00
spprintf.h year++ 2018-01-02 12:55:14 +08:00
strlcat.c Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
strlcpy.c year++ 2018-01-02 12:55:14 +08:00