1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00
Files
archived-php-src/ext/opcache
Niels Dossche f4fb77ed61 Fix GH-17257: UBSAN warning in ext/opcache/jit/zend_jit_vm_helpers.c
EX(opline) / opline can be stale if the IP is not stored, like in this
case on a trace enter. We always need to make sure that the opline is up
to date to make sure we don't use stale data.

Closes GH-17260.
2024-12-26 12:26:48 +01:00
..
2024-07-23 13:43:25 +02:00
2023-01-16 12:25:59 +01:00
2024-08-30 01:01:33 +03:00
2023-01-12 15:14:05 +00:00
2024-08-29 23:12:56 +03:00