-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/buildinfo: index out of range in buildinfo.Read #58137
Comments
CC @golang/compiler |
@golang/aix |
Looks similar to #54584 I think the ultimate fix of this error class could be to use unsigned integers for all struct fields of https://github.com/golang/go/blob/master/src/internal/xcoff/xcoff.go |
…ve values Fixes golang#58137 Updates golang#54584
Change https://go.dev/cl/464336 mentions this issue: |
…ve values Fixes golang#58137 Updates golang#54584
In triage now, I think this is waiting on a +2 from a @golang/aix owner. Assigning to @laboger who's one of the reviewers. |
…ve values Fixes golang#58137 Updates golang#54584 Change-Id: Ifeee1be22051b842e0707d1907dbfa58bfeb336b GitHub-Last-Rev: 9768e7c GitHub-Pull-Request: golang#58164 Reviewed-on: https://go-review.googlesource.com/c/go/+/464336 Reviewed-by: Ayappan Perumal <ayappanec@gmail.com> Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
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/ojlksZmmfU7
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 with oss-fuzz :
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55444
The text was updated successfully, but these errors were encountered: