1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Niels Dossche cbb3b9371d Fix GH-16770: Tracing JIT type mismatch when returning UNDEF
When returning an UNDEF value, it actually becomes NULL.
The following code took this into account:
28344e0445/ext/opcache/jit/zend_jit_trace.c (L2196-L2199)

But the stack does not update the type to NULL, causing a mismatch.

Closes GH-16784.

Co-authored-by: Dmitry Stogov <dmitry@zend.com>
2024-11-14 22:33:06 +01:00
..
2023-09-26 21:44:00 +02:00
2024-08-28 14:29:49 +02:00
2023-07-10 13:34:21 +02:00
2023-05-13 18:53:35 +01:00
2024-01-04 19:26:32 +01:00
2024-08-06 16:54:19 +02:00
2023-09-22 10:26:01 +02:00
2023-03-27 16:33:36 +02:00