php-src/main
Christoph M. Becker a942cf5b02
Fix #72595: php_output_handler_append illegal write access
We must make sure that `handler->buffer.size + grow_max` does not
overflow, so we're using `safe_erealloc()` instead.

Closes GH-7241.
2021-07-15 15:26:42 +02:00
..
streams Fix #81145: copy() and stream_copy_to_stream() fail for +4GB files 2021-06-17 13:13:47 +02:00
alloca.c Remove local variables 2019-02-03 21:03:00 +01:00
build-defs.h.in Remove unused build specific symbols 2019-06-30 23:55:03 +02:00
explicit_bzero.c Remove local variables 2019-02-03 21:03:00 +01:00
fastcgi.c Merge branch 'PHP-7.3' into PHP-7.4 2019-08-30 16:07:54 +02:00
fastcgi.h Remove local variables 2019-02-03 21:03:00 +01:00
fopen_wrappers.c Fix #76359: open_basedir bypass through adding ".." 2021-05-25 13:44:53 +02:00
fopen_wrappers.h Remove local variables 2019-02-03 21:03:00 +01:00
getopt.c Merge branch 'PHP-7.3' into PHP-7.4 2020-01-27 13:32:38 +01:00
http_status_codes.h Remove local variables 2019-02-03 21:03:00 +01:00
internal_functions_win32.c Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbols 2019-06-27 23:25:33 +02:00
internal_functions.c.in [ci skip] Remove text editor modelines 2019-03-23 21:09:38 +01:00
main.c Fix bug #80728: Don't reset the timeout on ini deactivate 2021-06-29 16:36:46 +02:00
mergesort.c Remove local variables 2019-02-03 21:03:00 +01:00
network.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-11 14:46:51 +02:00
output.c Fix #72595: php_output_handler_append illegal write access 2021-07-15 15:26:42 +02:00
php_compat.h Remove local variables 2019-02-03 21:03:00 +01:00
php_content_types.c Remove local variables 2019-02-03 21:03:00 +01:00
php_content_types.h Remove local variables 2019-02-03 21:03:00 +01:00
php_getopt.h Merge branch 'PHP-7.3' into PHP-7.4 2020-01-27 13:32:38 +01:00
php_globals.h Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc. 2019-03-14 03:01:01 +03:00
php_ini.c Fix signature and calls 2019-08-27 14:34:35 +02:00
php_ini.h Remove local variables 2019-02-03 21:03:00 +01:00
php_main.h Remove unused (module|request)_shutdown_for_exec 2019-07-02 10:10:51 +02:00
php_memory_streams.h Remove local variables 2019-02-03 21:03:00 +01:00
php_network.h Remove local variables 2019-02-03 21:03:00 +01:00
php_open_temporary_file.c Fixed bug #42560 2021-01-19 11:41:58 +01:00
php_open_temporary_file.h Fixed bug #42560 2021-01-19 11:41:58 +01:00
php_output.h Remove local variables 2019-02-03 21:03:00 +01:00
php_reentrancy.h Use readdir() instead of readdir_r() 2019-04-11 16:52:36 +02:00
php_scandir.c Use readdir() instead of readdir_r() 2019-04-11 16:52:36 +02:00
php_scandir.h Remove local variables 2019-02-03 21:03:00 +01:00
php_stdint.h Remove local variables 2019-02-03 21:03:00 +01:00
php_streams.h Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
php_syslog.c Merge branch 'PHP-7.3' into PHP-7.4 2019-06-17 13:14:18 +02:00
php_syslog.h Merge branch 'PHP-7.3' into PHP-7.4 2019-06-17 13:14:18 +02:00
php_ticks.c Remove local variables 2019-02-03 21:03:00 +01:00
php_ticks.h Remove local variables 2019-02-03 21:03:00 +01:00
php_variables.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-28 22:54:57 -07:00
php_variables.h Remove local variables 2019-02-03 21:03:00 +01:00
php_version.h Update version in php_version.h as well 2021-05-22 15:42:57 +02:00
php.h Fix #80960: opendir() warning wrong info when failed on Windows 2021-04-19 16:12:22 +02:00
reentrancy.c Merge branch 'PHP-7.3' into PHP-7.4 2020-06-29 17:46:46 +02:00
rfc1867.c Fixed bug #42560 2021-01-19 11:41:58 +01:00
rfc1867.h Remove local variables 2019-02-03 21:03:00 +01:00
SAPI.c Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checks 2019-03-22 10:29:18 +01:00
SAPI.h Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc. 2019-03-14 03:01:01 +03:00
snprintf.c Fix unused value warnings in snprintf.c 2019-06-12 13:17:25 +02:00
snprintf.h Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
spprintf.c Remove checks for locale.h, setlocale, localeconv 2019-04-07 18:32:54 +02:00
spprintf.h Remove unused PHP_AC_BROKEN_SNPRINTF m4 macro 2019-02-27 21:20:30 +01:00
strlcat.c Remove local variables 2019-02-03 21:03:00 +01:00
strlcpy.c Remove local variables 2019-02-03 21:03:00 +01:00