-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
debug/elf: index out of range #10996
Comments
/cc @ianlancetaylor @davecheney |
I got the below output in this case:
|
The failing case seems failed on Go 1.4.2 too
|
Then probably shoff is 0 or negative in the following condition:
so the check for shstrndx >= shnum don't trigger. |
|
CL https://golang.org/cl/10477 mentions this issue. |
It's too late in the Go 1.5 release process for fuzzer bugs. The chance of hitting any of these is so low that the benefit of the fix is outweighed by the chance of the fix introducing a more serious bug. |
Change https://golang.org/cl/162857 mentions this issue: |
The following program crashes with the panic:
on commit 596bb76
The text was updated successfully, but these errors were encountered: