]> Cypherpunks repositories - gostls13.git/commit
cmd/link: set coverage counters as expected by the fuzz package
authorKhaled Yakdan <yakdan@code-intelligence.com>
Sat, 21 May 2022 10:47:25 +0000 (10:47 +0000)
committerKeith Randall <khr@golang.org>
Mon, 23 May 2022 14:38:06 +0000 (14:38 +0000)
commit3f571d1dea775417a171c17632ac3c1fbc84b0fd
treeb821f85790aff39ef614aa0a614f36c660613922
parent0a1a092c4b56a1d4033372fbd07924dad8cbb50b
cmd/link: set coverage counters as expected by the fuzz package

Set _counters and _ecounters to the start and end locations of
libfuzzer's 8-bit counters section

Change-Id: Icadb503af1ba22495b1d88b69aad26d89843baa4
GitHub-Last-Rev: 4ca6216b7600a3187732ae6d0dc7a5ce60cd5655
GitHub-Pull-Request: golang/go#53022
Reviewed-on: https://go-review.googlesource.com/c/go/+/407674
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/link/internal/ld/data.go