1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
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
..
2022-10-27 14:42:17 +01:00
2023-01-10 15:16:32 +00:00
2022-11-03 14:37:59 +01:00
2022-10-24 15:02:55 +02:00
2023-01-17 14:16:18 +00:00
2023-01-09 14:09:43 +01:00
2022-12-16 14:37:39 +01:00
2022-12-09 16:09:23 +01:00
2022-09-27 23:32:37 +02:00
2022-09-06 10:34:10 +01:00
2022-11-13 11:05:28 +01:00
2022-12-18 23:21:25 -07:00
2022-08-26 14:59:59 +02:00
2023-01-15 15:43:34 +00:00
2023-01-02 16:55:03 +00:00
2022-10-13 16:08:34 +02:00