mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
When `!value_ptr` is handled, memory is allocated at line 3314. At later exit paths, `outside` (pointing to `value_ptr`) is freed, but not when exiting via the `REQUIRE_NON_EMPTY` macro. Closes GH-20169.