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
null ptr deref, segfault Perl_newSVpv (sv.c:9218) #15562
Comments
From @geeknikFuzzing Perl v5.25.4-20-gc2f7c0b* with AFL, ASAN and libdislocator. ./perl -e 'unpack+p,w0000000' ==23795==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f648b2aec3a bp 0x7ffd3b494e80 sp 0x7ffd3b494618 T0) AddressSanitizer can not provide additional info. |
From @cpansproutOn Sat Aug 27 14:15:58 2016, brian.carpenter@gmail.com wrote:
perlfunc -f unpack: The "p" and "P" formats should be used with care. Since Perl I think any tickets concerning crashes with unpack("p", ...) will just have to be rejected as not-a-bug. -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
From @cpansproutOn Sat Aug 27 15:27:59 2016, sprout wrote:
Same with: $ ./perl -e 'kill 11, $$' -- Father Chrysostomos |
From @dcollinsnAgreed with Father Chrysostomos. This came up a few months ago when I submitted the same ticket. Unpack, kill, -u, and dump are all "supposed to" - or at least allowed to - dump core. Closing - but reopen if you disagree. -- |
@dcollinsn - Status changed from 'open' to 'rejected' |
Migrated from rt.perl.org#129105 (status was 'rejected')
Searchable as RT129105$
The text was updated successfully, but these errors were encountered: