1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/Zend/tests
Arnaud Le Blanc c65e042c0b Fix zend_get_property_info_for_slot() for lazy objects (#15855)
zend_get_property_info_for_slot(obj, slot) assumes that 'slot' belongs to 'obj', but that may not be the case for lazy proxies.

Fortunately, the property info is often already available in path when it is needed.

For other cases, I make zend_get_property_info_for_slot() aware of lazy objects, and add zend_get_property_info_for_slot_self() for cases where the 'slot' is known to belong to the object itself.

Fixes oss-fuzz #71446
2024-09-16 16:58:12 +02:00
..
2024-06-01 02:42:49 +02:00
2021-07-20 12:05:46 +02:00
2024-06-10 22:58:25 +02:00
2023-10-18 17:34:10 +02:00
2021-07-15 10:09:56 +02:00
2021-10-11 16:01:57 +02:00
2021-07-15 10:09:56 +02:00
2021-10-11 16:01:57 +02:00
2021-10-11 16:01:57 +02:00
2023-10-18 17:34:10 +02:00
2021-10-11 16:01:57 +02:00
2023-10-18 17:34:10 +02:00
2023-10-18 17:34:10 +02:00
2023-10-18 17:34:10 +02:00
2023-10-18 17:34:10 +02:00
2023-10-18 17:34:10 +02:00
2021-10-18 12:45:26 +02:00
2023-10-18 17:34:10 +02:00
2023-10-18 17:34:10 +02:00
2021-08-12 14:35:13 +02:00
2021-08-12 14:35:13 +02:00
2021-08-24 15:05:53 +02:00
2021-11-16 12:45:33 +01:00
2021-11-24 15:18:31 +01:00
2022-05-11 11:43:01 +03:00
2022-12-19 12:11:16 +03:00
2022-02-11 15:16:08 +03:00
2021-07-15 10:09:56 +02:00
2021-07-15 10:09:56 +02:00
2024-07-14 11:55:03 +02:00
2022-09-19 13:12:49 +03:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2022-03-20 20:54:36 +01:00
2023-04-16 15:34:56 +02:00
2023-04-16 15:34:56 +02:00
2023-03-06 15:03:19 +01:00
2024-01-14 19:12:41 +01:00
2024-01-21 23:24:00 +01:00
2024-01-21 23:24:00 +01:00
2024-01-21 23:24:00 +01:00
2024-01-21 23:24:00 +01:00
2024-01-21 23:24:00 +01:00
2024-03-26 12:33:44 +01:00
2024-03-26 12:33:44 +01:00
2024-03-26 12:33:44 +01:00
2023-10-18 17:34:10 +02:00
2023-10-18 17:34:10 +02:00
2023-10-18 17:34:10 +02:00
2023-07-25 17:54:14 +02:00
2022-09-26 11:43:38 +03:00
2021-07-31 08:34:57 +02:00