1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Ilija Tovilo cdfd960150 Fix ZEND_MATCH_ERROR misoptimization
op1 of ZEND_MATCH_ERROR, which refers to the match expression, is not freed by
MATCH_ERROR itself. Instead, it is freed by ZEND_HANDLE_EXCEPTION. For normal
control flow, a FREE is placed at the end of the match expression.

Since FREE may appear after MATCH_ERROR in the opcode sequence, we need to
correctly handle op1 of MATCH_ERROR as alive.

Fixes GH-17106
Closes GH-17108
2024-12-12 13:10:34 +01:00
..
2024-01-31 11:20:44 +01:00
2024-11-26 20:37:51 +01:00
2024-11-01 23:47:21 +01:00
2024-10-13 21:12:46 +02:00
2023-12-05 11:56:15 +01:00
2024-11-13 12:49:00 +00:00
2024-11-27 19:54:06 +00:00
2024-11-10 20:16:33 +00:00
2024-11-20 11:12:19 +01:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2024-11-09 11:49:08 +01:00
2024-10-03 21:11:25 +02:00
2024-11-06 20:31:30 +09:00
2024-11-26 21:25:05 +01:00
2024-11-09 17:08:19 +01:00
2024-10-13 02:07:11 +02:00
2024-06-28 20:14:20 +02:00
2024-12-01 13:58:21 +00:00
2024-11-04 17:47:49 +01:00
2024-01-31 11:20:44 +01:00
2024-10-13 02:29:22 +02:00