1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00
Files
archived-php-src/ext/opcache
Niels Dossche 38e1b0ac8c Fix GH-16572: Incorrect result with reflection in low-trigger JIT
When a recursive call happens with invalid arguments, the maximum valid
arguments are computed and stored in `num_args`, but the RECV entry
block we jump to is `call_num_args` instead. This can skip argument
validation checks. Fix this by using `num_args` instead.

Closes GH-16575.
2024-10-28 19:31:52 +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