]> Cypherpunks repositories - gostls13.git/commit
internal/xcoff: better handling of malformed symbol tables
authorThan McIntosh <thanm@google.com>
Mon, 22 Aug 2022 11:59:49 +0000 (07:59 -0400)
committerThan McIntosh <thanm@google.com>
Mon, 22 Aug 2022 15:41:53 +0000 (15:41 +0000)
commitdb3e915af2f5053c96ad1f33502a752768965676
tree4998c14b89dd3ee4ee1dbde523c1fb596e240dcd
parentbdecfcb5fcc8705df7d2130310cf6b395f24e4c8
internal/xcoff: better handling of malformed symbol tables

Check for malformed data when reading the number of aux
symbols associated with a symbol table entry.

Fixes #54584.

Change-Id: Ic2a8d4d6a1d481d585a065b8182de86294c3d3d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/425049
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
src/internal/xcoff/file.go