1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 06:32:49 +02:00
Files
archived-php-src/ext
Niels Dossche 1edcfccdca Fix #77432: Segmentation fault on including phar file
phar_get_pharfp() can return NULL. In this case this is because the
stream gets closed by the include code in the engine. However, the phar
entry is still cached, so when the next include happens the engine tries
to read from a closed (and nullified) stream.
Use the same fix as in phar_open_entry_fp(): take into account that the
phar_get_pharfp() can return NULL and in that case reopen the phar
archive.

Closes GH-13056.
2024-01-01 13:45:40 +01:00
..
2023-09-26 21:44:00 +02:00
2023-11-23 16:06:00 +00:00
2023-11-29 20:52:01 +01:00
2023-11-22 20:39:29 -06:00
2023-01-19 14:13:34 +00:00
2023-12-13 19:33:09 +01:00
2023-08-19 23:09:41 +01:00
2023-07-10 13:34:21 +02:00
2023-05-13 18:53:35 +01:00
2022-12-16 14:37:39 +01:00
2023-12-25 13:22:03 +03:00
2023-09-22 10:26:01 +02:00
2023-11-10 00:08:09 +01:00
2023-03-28 00:11:17 +02:00
2023-03-27 16:33:36 +02:00
2023-01-02 16:55:03 +00:00
2023-12-13 15:21:19 +01:00
2023-11-29 20:52:01 +01:00
2023-11-14 14:56:29 +01:00