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 b666dc9788 Fix GH-15833: Segmentation fault (access null pointer) in ext/spl/spl_array.c
We're accessing the object properties table directly in spl, but we're
not accounting for lazy objects. Upon accessing we should trigger the
initialization as spl is doing direct manipulations on the object
property table and expects a real object.

Closes GH-17235.
2025-01-09 19:58:00 +01:00
..
2024-11-26 20:40:09 +01:00
2024-12-20 15:09:49 +00:00
2024-12-06 19:02:17 +01:00
2024-10-13 21:13:06 +02:00
2024-12-25 21:33:43 +01:00
2025-01-03 12:31:08 +01:00
2024-11-27 19:54:23 +00:00
2024-12-06 17:44:01 +01:00
2025-01-04 17:49:39 +01:00
2024-10-24 15:58:12 +02:00
2024-12-29 12:19:33 +01:00
2024-11-27 23:05:50 +01:00
2024-12-15 22:13:54 +00:00
2025-01-06 20:11:36 +01:00
2024-11-06 20:32:33 +09:00
2024-12-15 16:05:10 +00:00
2024-12-15 13:55:44 +01:00
2024-12-30 12:41:58 -04:00
2025-01-05 13:34:38 +00:00
2024-11-08 20:48:06 +01:00
2024-12-27 15:54:37 +01:00
2024-10-13 02:30:38 +02:00