1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 03:51:07 +02:00
Files
archived-php-src/ext/opcache
Nikita Popov fe9f4298b5 Fix class map ptr for parent type if interning disabled
As zend_update_parent_ce() only runs later, the parent reference
may still point to the original class entry rather than the
persisted one. Memory held by the original class entry may have
already been deallocated. Avoid use-after-free by explicitly
fetching the persisted parent CE.
2021-04-09 12:24:12 +02:00
..
2021-04-08 23:37:40 +03:00
2021-01-28 10:38:25 +01:00
2021-03-05 16:44:25 +01:00
2021-03-05 15:09:26 +01:00
2021-04-08 23:37:40 +03:00
2021-02-09 22:53:57 +03:00
2021-02-09 22:53:57 +03:00
2021-04-08 23:37:40 +03:00
2021-04-08 23:37:40 +03:00