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 daba40c695 Fix GH-16009: Segmentation fault with frameless functions and undefined CVs
The frameless function handlers do not update the op variables when
handling the result is undefined. In this case this causes propagating
an UNDEF value into a temporary, which results in an extra undefined
variable warning for a temporary in this case.

The original issue also reports a crash in some cases, which is also
fixed by this patch.

Closes GH-16012.
2024-09-24 21:20:35 +02:00
..
2024-09-14 22:15:49 +02:00
2024-09-23 22:19:15 +02:00
2024-09-14 11:28:32 +02:00
2024-09-05 02:02:36 +01:00
2024-09-24 13:58:31 +02:00
2024-09-12 23:07:22 +02:00
2024-09-01 13:33:53 +02:00
2024-09-24 02:24:02 -03:00
2024-09-11 20:40:01 +02:00
2024-09-16 20:51:34 +02:00
2024-09-24 12:35:06 +02:00
2024-09-13 20:02:00 +02:00
2024-09-12 23:11:28 +02:00
2024-09-04 01:15:10 +02:00