1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00
Files
archived-php-src/ext
Christoph M. Becker ca265eb545 Fix #78438: Corruption when __unserializing deeply nested structures
When storing two temporary variables for delayed __unserialize() calls,
we have to make sure that both fit into the same linked list element.
To that end we introduce the internal API `tmp_var` which allows to
reserve `num` slots in the same list element.

We also fix the `var_dtor_entries` struct definition to use the proper
size, namely `VAR_DTOR_ENTRIES_MAX`.
2019-08-23 11:41:06 +02:00
..
2019-06-21 12:56:28 +02:00
2019-06-11 10:23:37 +02:00
2019-08-11 16:05:59 +01:00
2019-07-29 13:20:52 -07:00
2019-07-15 15:20:15 +02:00
2019-08-11 16:16:39 +02:00
2019-07-18 02:21:39 +02:00
2019-07-29 08:51:33 +02:00
2019-07-18 02:21:39 +02:00
2019-08-16 12:41:32 -04:00
2019-07-24 22:19:33 +02:00
2019-08-20 13:58:54 +02:00
2019-08-09 15:03:40 +02:00
2019-07-17 03:50:47 +02:00
2019-08-20 16:31:11 +02:00
2019-08-07 13:25:07 +02:00
2019-07-29 13:20:52 -07:00
2019-08-09 10:33:15 +02:00
2019-08-12 15:36:35 +02:00
2019-08-13 20:23:56 +02:00
2019-07-21 11:34:18 +02:00
2019-07-21 11:34:18 +02:00
2019-08-15 10:40:28 +02:00
2019-07-16 11:53:48 +02:00
2019-06-05 14:25:07 +02:00
2019-08-13 13:29:11 +02:00