aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2022-07-08 14:52:23 -0700
committerKeith Randall <khr@google.com>2022-07-08 23:41:37 +0000
commitc1a4e0fe014568501b194eb8b04309f54eee6b4c (patch)
treeb9460630ed20ba8a43ea0db1ce9999d96006f1fe /src/database/sql
parent5c1a13e7a47bc47c07057c0acf626e3fafe064c9 (diff)
downloadgo-c1a4e0fe014568501b194eb8b04309f54eee6b4c.tar.xz
cmd/compile: fix libfuzzer instrumentation line number
Set a reasonable starting line number before processing the body of the function in the order pass. We update base.Pos each time we process a node, but some of the libfuzzer instrumentation is added before we process any node, so the base.Pos used is junk. Fixes #53688 Change-Id: I3654b805eabb8866a9a1574845ef4ff062797319 Reviewed-on: https://go-review.googlesource.com/c/go/+/416654 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@google.com> Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/database/sql')
0 files changed, 0 insertions, 0 deletions