mirror of
https://github.com/php/php-src.git
synced 2026-04-06 23:53:30 +02:00
We may OOM during object initialization. In this case, free_obj needs to guard against NULL values. There may be more cases where this is an issue, these were the ones I was able to discover via script. Fixes GH-11734