]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/goobj: fix the size of Header
authormstmdev <mstmdev@gmail.com>
Mon, 21 Aug 2023 09:04:07 +0000 (09:04 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 24 Aug 2023 18:14:04 +0000 (18:14 +0000)
commitf0b05092fd9bbfc698cb3bd24c6ae042e9c54616
tree2b486e1f3bcbaccf9e209f53f072bd4b459de5dc
parent7497ccb9b41f1247b4c4d38f6d36aa6b337c5b0c
cmd/internal/goobj: fix the size of Header

Missed the length of the Fingerprint field.

Change-Id: I690955466895e73821dc1e30f8400efc30338ae6
GitHub-Last-Rev: 87bd06d8053c003a412a6ea11b3eafcc280b94d1
GitHub-Pull-Request: golang/go#62174
Reviewed-on: https://go-review.googlesource.com/c/go/+/521495
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/cmd/internal/goobj/objfile.go