]> granicus.if.org Git - php/commit
Fix leak when setting cyclic previous exception in finally
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 30 Jun 2020 10:22:41 +0000 (12:22 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 30 Jun 2020 10:24:32 +0000 (12:24 +0200)
commitfc6f53d426bde3e3ab4e73d44abba54fdb9891f7
tree1121036bee4e696b3eb29d76bb2131dce8a2dfc2
parent7f3bc64287588f6a838d1a9524624deba1e5e153
Fix leak when setting cyclic previous exception in finally

A curious exception handling pattern found in Symfony's HttpClient.
Zend/tests/exception_set_previous_leak.phpt [new file with mode: 0644]
Zend/zend_exceptions.c