Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 2e9c7c448d234fba91c5bc097476f4622408b945
https://github.com/Perl/perl5/commit/2e9c7c448d234fba91c5bc097476f4622408b945
Author: Tony Cook <[email protected]>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M ext/XS-APItest/APItest.pm
M ext/XS-APItest/APItest.xs
M ext/XS-APItest/t/call.t
M perl.c
Log Message:
-----------
Perl_call_argv(): clean up the temps it creates when G_DISCARD is set
We can only do this clean up for G_DISCARD since otherwise we might
free the return values on the stack.
Fixes #22255
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications