-
Notifications
You must be signed in to change notification settings - Fork 574
sv.c:2941: Perl_sv_2pv_flags: Assertion `SvTYPE(sv) != SVt_PVAV && SvTYPE(sv) != SVt_PVHV && SvTYPE(sv) != SVt_PVFM' failed #15859
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 @dur-randirCreated by @dur-randirWhile fuzzing perl v5.25.9-35-g32207c637b built with afl and run warn(0->[0 =~ qr/1/ ~~ 0]) to cause an assertion failure. GDB info about the crash location: (gdb) bt Perl Info
|
From @tonycozOn Thu, 02 Feb 2017 12:24:54 -0800, randir wrote:
Perl_ck_smartmatch was converting the match operator from 0 =~ qr/1/ into a qr// operator, this is fine for a match without =~, but Fixed in d6851fe. I used print() in the tests to simplify them. Tony |
The RT System itself - Status changed from 'new' to 'open' |
@tonycoz - Status changed from 'open' to 'pending release' |
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#130705 (status was 'resolved')
Searchable as RT130705$
The text was updated successfully, but these errors were encountered: