1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
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
..
2019-05-29 17:05:01 +02:00
2024-04-05 14:11:41 +02:00
2024-04-05 14:11:41 +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