1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
Niels Dossche 4aac98f145 Fix OSS-Fuzz #428983568 and #428760800
Both these issues have the same root cause, their reproducer is
extremely similar so I don't duplicate the test.

If the parser invokes the lexer, and the lexer fails, it could've
allocated a string which must be freed when the parser backs up.
The `%destructor` list is responsible for this but did not have an entry
for `fallback` yet. Solve the issue by adding such an entry.

Closes GH-19012.
2025-07-04 23:58:06 +02:00
..
2021-07-20 12:05:46 +02:00
2025-07-01 18:50:41 +02:00
2025-06-25 03:20:49 +05:30
2021-07-15 10:09:56 +02:00
2021-10-11 16:01:57 +02:00
2021-07-15 10:09:56 +02:00
2021-10-11 16:01:57 +02:00
2025-06-25 03:20:49 +05:30
2021-10-11 16:01:57 +02:00
2021-10-11 16:01:57 +02:00
2021-10-18 12:45:26 +02:00
2021-08-12 14:35:13 +02:00
2021-08-12 14:35:13 +02:00
2021-08-24 15:05:53 +02:00
2021-11-16 12:45:33 +01:00
2021-11-24 15:18:31 +01:00
2022-05-11 11:43:01 +03:00
2022-12-19 12:11:16 +03:00
2022-02-11 15:16:08 +03:00
2021-07-15 10:09:56 +02:00
2021-07-15 10:09:56 +02:00
2022-09-19 13:12:49 +03:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2023-04-16 15:34:56 +02:00
2023-04-16 15:34:56 +02:00
2023-03-06 15:03:19 +01:00
2025-06-25 03:20:49 +05:30
2024-01-14 19:12:41 +01:00
2024-03-26 12:33:44 +01:00
2024-03-26 12:33:44 +01:00
2024-03-26 12:33:44 +01:00
2025-05-19 19:05:32 +02:00
2023-07-25 17:54:14 +02:00
2022-09-26 11:43:38 +03:00
2021-07-31 08:34:57 +02:00