1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/main
Niels Dossche df579adac7 Fix GH-10692: PHP crashes on Windows when an inexistent filename is executed
Fixes GH-10692

php_fopen_primary_script() does not initialize all fields of
zend_file_handle. So when it fails and when fastcgi is true, the
zend_destroy_file_handle() function will try to free uninitialized
pointers, causing a segmentation fault. Fix it by zero-initializing file
handles just like the zend_stream_init_fp() counterpart does.

Closes GH-10697.
2023-02-25 14:32:55 +00:00
..
2021-04-13 12:09:37 +02:00
2022-05-10 21:39:31 +01:00
2023-02-14 10:52:17 +00:00
2022-10-01 11:23:34 +02:00
2021-07-15 15:31:39 +02:00
2021-08-31 18:57:44 +02:00
2023-02-14 10:52:17 +00:00
2022-08-29 22:33:02 +01:00
2022-08-29 22:33:02 +01:00
2021-08-02 15:59:26 +02:00
2021-08-02 15:59:26 +02:00
2021-08-02 15:59:26 +02:00