-
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: slice bounds out of range #10999
Comments
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. |
@dvyukov do you still have those files? The links no longer work. |
No, I don't have them now. But running go-fuzz on the package is likely to re-reproduce it (good idea anyway b/c there are likely more bugs after this one). The fuzzer probably needs to be seeded with some real ELF binaries. |
Note that there has been a lot of fuzzing work on debug/elf since this bug was opened in 2015: https://github.com/golang/go/issues?q=is%3Aissue+author%3Acatenacyber+debug%2Felf |
See also #47653 . |
The following program crashes with the panic on the provided inputs:
On input https://drive.google.com/file/d/0B20Uwp8Hs1oCQmk0YU1JaXM1N0E/view?usp=sharing
On input https://drive.google.com/file/d/0B20Uwp8Hs1oCOXlsZGhXY2NhOW8/view?usp=sharing
on commit 596bb76
The text was updated successfully, but these errors were encountered: