[GIT-PULLS] [php-src] PR #23267: Fix leaks from unprocessed user filter buckets
[email protected] (matthiasgoergens)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <R6U3UJdd4rndJVHkdhG7mxFYoNrFVzJbuGlEQmPcWp4@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/23267 Author: matthiasgoergens A user filter can return without having processed every bucket in its input brigade; the stream layer then drops the brigade, orphaning the remaining buckets. Unlink and release leftover buckets when the filter finishes. This resolves two XFAILs in ext/standard/tests/filters.