Niels Dossche
c3acfb1b57
Fix GH-13931: Applying zero offset to null pointer in Zend/zend_opcode.c
...
In the test cases, the compiler bails out due to a fatal error.
The data structures used by the compiler will contain stale values.
In particular, for the test case CG(loop_var_stack) will contain data.
The next compilation will incorrectly use elements from the previous
stack.
To solve this, we reset part of the compiler data structures.
We don't do a full re-initialization via init_compiler() because that will
also reset streams and resources.
Closes GH-13938.
2024-04-15 19:39:05 +02:00
..
2023-12-17 11:46:02 +01:00
2018-02-20 21:53:48 +01:00
2020-11-30 15:24:15 +01:00
2020-11-30 15:24:15 +01:00
2020-11-30 15:24:15 +01:00
2020-11-30 15:24:15 +01:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2021-04-22 10:11:26 +02:00
2020-11-30 15:24:15 +01:00
2019-03-23 09:47:49 +01:00
2020-01-17 14:52:46 +01:00
2021-06-13 22:19:14 +02:00
2018-02-20 21:53:48 +01:00
2019-03-23 09:47:49 +01:00
2021-07-13 15:32:14 +02:00
2020-11-30 15:24:15 +01:00
2023-02-27 19:47:55 +00:00
2023-11-15 21:59:55 +01:00
2024-01-15 20:15:04 +01:00
2024-03-29 17:54:23 +01:00
2024-04-15 19:39:05 +02:00
2019-03-23 09:47:49 +01:00
2019-03-23 09:47:49 +01:00
2021-01-06 12:46:24 +01:00
2020-11-30 15:24:15 +01:00
2020-09-08 00:08:18 +02:00
2020-09-08 00:08:18 +02:00
2020-09-08 00:08:18 +02:00
2020-09-08 00:08:18 +02:00
2021-07-13 15:32:14 +02:00
2020-11-30 15:24:15 +01:00
2021-11-26 14:10:11 +01:00
2019-05-29 17:05:01 +02:00
2021-10-05 09:51:58 +01:00
2024-04-05 14:11:41 +02:00
2024-04-05 14:11:41 +02:00
2017-12-01 01:35:47 +03:00
2020-11-30 15:24:15 +01:00
2020-11-30 15:24:15 +01:00
2018-02-20 21:53:48 +01:00
2021-07-13 15:32:14 +02:00
2022-06-29 14:04:40 +02:00
2022-06-29 14:04:40 +02:00
2022-06-29 14:04:40 +02:00
2022-06-29 14:04:40 +02:00
2020-11-30 15:24:15 +01:00
2020-11-30 15:24:15 +01:00
2023-01-17 14:12:49 +00:00