-
Notifications
You must be signed in to change notification settings - Fork 18k
debug/buildinfo: timeout in Read #54968
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
Change https://go.dev/cl/429815 mentions this issue: |
CC @golang/compiler |
it timeout on the playground because the The value of The purpose of line 167 is It's obviously there is a typo. The expression should be: go/src/debug/buildinfo/buildinfo.go Lines 154 to 168 in 54182ff
Here are other places that use the same pattern: Lines 2995 to 2996 in 54182ff
go/src/cmd/compile/internal/ssa/writebarrier.go Lines 538 to 541 in 54182ff
Lines 411 to 414 in 54182ff
go/src/cmd/internal/buildid/note.go Line 153 in 54182ff
|
Thanks @ZekeLu for the detailed assessment. I agree that it appears to be a typo and the correct statement is |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run https://go.dev/play/p/IZmSLdUzIaS?v=gotip
What did you expect to see?
The program finishing and printing Hello
What did you see instead?
Found by https://github.com/catenacyber/ngolo-fuzzing on oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51153
The text was updated successfully, but these errors were encountered: