-
Notifications
You must be signed in to change notification settings - Fork 555
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
stack overflow in Perl_push_scope () #16006
Comments
From @Mipu94I have found a bug that triggered stack-buffer-overflow. this bug Please find POC attached bellow to check. some info about this bug with GDB and ASAN. [GDB] [----------------------------------registers-----------------------------------] [ASAN] #246 0x5dc819 (/home/mipu94/fuzz/fuzzperl/perl-asan+0x5dc819) SUMMARY: AddressSanitizer: stack-overflow -- |
From @iabynOn Thu, Jun 08, 2017 at 07:26:11AM -0700, sung wrote:
This is one of a class of perl bugs which can cause the C stack to I don't see that that it's a security issue though. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @tonycozOn Fri, 09 Jun 2017 03:30:56 -0700, davem wrote:
Yes, this isn't a security issue, and is now public. If we treat it as a bug, I'm not sure how we could fix it without breaking other things (eg. time of destruction might change.) Tony |
Migrated from rt.perl.org#131537 (status was 'open')
Searchable as RT131537$
The text was updated successfully, but these errors were encountered: