1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00
Files
archived-php-src/ext
Christoph M. Becker 115ee49b0b Fix #77177: Serializing or unserializing COM objects crashes
Firstly, we avoid returning NULL from the get_property handler, but
instead return an empty HashTable, which already prevents the crashes.
Secondly, since (de-)serialization obviously makes no sense for COM,
DOTNET and VARIANT objects (at least with the current implementation),
we prohibit it right away.
2018-11-23 16:32:33 +01:00
..
2018-10-14 19:44:14 +02:00
2018-10-30 11:25:48 +00:00
2018-10-14 19:44:14 +02:00
2018-11-10 22:01:49 +01:00
2018-11-20 11:19:52 +01:00
2018-11-14 14:57:40 +01:00
2018-10-20 23:04:15 +02:00
2018-10-30 00:22:26 +01:00
2018-11-02 14:29:03 +01:00
2018-10-14 19:44:14 +02:00
2018-11-18 12:32:47 +01:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-11-12 23:22:16 +01:00
2018-01-02 12:55:14 +08:00
2018-10-17 16:30:46 +02:00
2018-10-16 18:49:17 +02:00
2018-10-19 00:07:42 +02:00