This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[gh18540] Don't read before start of context stack in pp_return()
authorHugo van der Sanden <hv@crypt.org>
Mon, 8 Feb 2021 14:47:18 +0000 (14:47 +0000)
committerHugo van der Sanden <hv@crypt.org>
Mon, 8 Feb 2021 14:48:21 +0000 (14:48 +0000)
commit5fa8d5db906c2b647f6651b061de02e805d898a1
tree7e498e94efe3594a97e0bae2435a84a68f9c7305
parent68a78eaf3cbe46ade1a60fb66a01e24ee02f00ee
[gh18540] Don't read before start of context stack in pp_return()

Add a guard to the chunk introduced by a1325b902d for "try" support.
pp_ctl.c