]> Cypherpunks repositories - gostls13.git/commit
debug/gosym: fix version check in file table access
authorCherry Mui <cherryyz@google.com>
Thu, 30 Sep 2021 15:46:41 +0000 (11:46 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 30 Sep 2021 16:14:49 +0000 (16:14 +0000)
commitb043d231fa1e1cbc17ddcfb007d92d83dee72428
tree36d16cd87906d79d93c6f527b3baa4f908eccbd1
parent7162c4c7caf72a3f29d3ceee48ff352dab659472
debug/gosym: fix version check in file table access

Go 1.16 and 1.18 table are the same for that part. Accept 1.18
version number in that code.

Fixes #48699.

Change-Id: I44eafa279a94bd06444f61518aedd541b25390fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/353329
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/debug/gosym/pclntab.go