-
Notifications
You must be signed in to change notification settings - Fork 560
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_pad_fixup_inner_anons Null reference Memory corruption #15557
Comments
From riusksk@qq.comvalgrind ../../perl poc ─➤$ ./perl ../poc.pl 2 ↵
|
From riusksk@qq.com |
From @dcollinsndcollins@nightshade64:~/toolchain/perl$ afl-tmin -i poc.pl -o pocmin.pl -- ./perl -Ilib @@ [+] Read 5780 bytes from 'poc.pl'. File size reduced by : 98.81% (to 69 bytes) [*] Writing output to 'pocmin.pl'... dcollins@nightshade64:~/toolchain/perl$ cat pocmin.pl Further minimized by hand to: $ ./perl -Ilib -wle '$a="a$a";my sub b;%c;sub c{sub b;sub c}' -- |
From [Unknown Contact. See original ticket]dcollins@nightshade64:~/toolchain/perl$ afl-tmin -i poc.pl -o pocmin.pl -- ./perl -Ilib @@ [+] Read 5780 bytes from 'poc.pl'. File size reduced by : 98.81% (to 69 bytes) [*] Writing output to 'pocmin.pl'... dcollins@nightshade64:~/toolchain/perl$ cat pocmin.pl Further minimized by hand to: $ ./perl -Ilib -wle '$a="a$a";my sub b;%c;sub c{sub b;sub c}' -- |
From riusksk@qq.com在2016-八月-26 06:01:53 星期五时,dcollinsn@gmail.com写到:
thank dcollinsn for min poc, I run it with asan: ╭─riusksk@MacBook ~/Downloads/perl ‹› ‹blead*›
|
From @cpansproutOn Fri Aug 26 06:01:53 2016, dcollinsn@gmail.com wrote:
Thank you. Fixed in 95c0a76. -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
@cpansprout - Status changed from 'open' to 'pending release' |
From @maukeCreated by @maukeThe following code loops forever (in the compiler): $ perl -e '\&f2; sub f2 { sub f2; eval "" }' The loop happens in Perl_pad_tidy because somehow cv == CvOUTSIDE(cv). Instead of eval "" you can also use the -d switch: $ perl -d -e '\&f2; sub f2 { sub f2; }' This means Devel::Confess, Devel::Cover, etc are also affected. Perl Info
|
From @maukeOn Thu, 13 Apr 2017 14:19:18 -0700, mauke- wrote:
This might be fixed in blead: <Zefram> only happened from 5.21.7 to 5.25.4 I can reproduce it on 5.22 and 5.24, but not 5.20. |
From @maukeOn Thu, 13 Apr 2017 14:28:53 -0700, mauke- wrote:
I was able to bisect the fix to commit 6da1306, which means this ticket might be a duplicate of bug #129090. |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.26.0, this and 210 other issues have been Perl 5.26.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#129090 (status was 'resolved')
Searchable as RT129090$
The text was updated successfully, but these errors were encountered: