-
Notifications
You must be signed in to change notification settings - Fork 576
Memory leak for signature with unnamed parameter and empty default #23187
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
Comments
From what I tell it's the OP from: Lines 860 to 864 in 3862d0f
|
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Apr 10, 2025
The last leakage reported above goes back a long ways.
It's with 5.36 that a lot more leakage appears:
|
Without symbols it's difficult to tell, with symbols:
It's from a call to dup_environ() added in b95d233 and unrelated to this issue. |
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Apr 14, 2025
mauke
pushed a commit
to tonycoz/perl5
that referenced
this issue
Apr 19, 2025
mauke
pushed a commit
that referenced
this issue
Apr 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New UI bit me.
Module:
Description
Parsing a signature with an unnamed scalar parameter with an empty default leaks memory.
Steps to Reproduce
First detected by smoke testing, report, extraction from log:
Long term log link https://perl.develop-help.com/dblog/5512055
Expected behavior
No leak.
Perl configuration
The text was updated successfully, but these errors were encountered: