php-src/ext/xmlreader
Niels Dossche 0f2957f3ec
Fix array overrun when appending slash to paths
Fix it by extending the array sizes by one character. As the input is
limited to the maximum path length, there will always be place to append
the slash. As the php_check_specific_open_basedir() simply uses the
strings to compare against each other, no new failures related to too
long paths are introduced.
We'll let the DOM and XML case handle a potentially too long path in the
library code.
2023-02-13 11:02:47 -05:00
..
tests Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
php_xmlreader.c Fix array overrun when appending slash to paths 2023-02-13 11:02:47 -05:00
php_xmlreader.h Declare ext/xmlreader constants in stubs (#9133) 2022-07-26 05:57:11 +02:00
php_xmlreader.stub.php Declare ext/xmlreader constants in stubs (#9133) 2022-07-26 05:57:11 +02:00
php_xmlreader_arginfo.h Declare ext/xmlreader constants in stubs (#9133) 2022-07-26 05:57:11 +02:00