-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perl crash with recursive sub and regex with code eval. #22869
Comments
Crash stack (blead):
Valgrind indicates this is a use-after-free:
|
I found that if I modified the test program as follows to include
|
Interesting... Just checked, if you add (btw I thought |
Description
Perl crashes (malloc assertion or general segfault) when trying to run the following script:
Steps to Reproduce
Expected behavior
The code should run.
Perl configuration
The text was updated successfully, but these errors were encountered: