Skip to content

Commit

Permalink
bpf_tests: Bumped CoverBee to v0.3.2 blank state value fix
Browse files Browse the repository at this point in the history
There was a bug in CoverBee which caused instrumentation to fail on
some programs if the verifier log contained frame pointer dumps
at the end of a log line without a value.

Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
  • Loading branch information
dylandreimerink authored and borkmann committed Mar 10, 2023
1 parent c735063 commit 69b0e65
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 33 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.0
github.com/aws/smithy-go v1.13.5
github.com/blang/semver/v4 v4.0.0
github.com/cilium/coverbee v0.3.1
github.com/cilium/coverbee v0.3.2
github.com/cilium/customvet v0.0.0-20221207181232-aa8731fa2d27
github.com/cilium/deepequal-gen v0.0.0-20200406125435-ad6a9003139e
github.com/cilium/ebpf v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions vendor/github.com/cilium/coverbee/cover.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions vendor/github.com/cilium/coverbee/pkg/verifierlog/verifierlog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1
# github.com/cespare/xxhash/v2 v2.2.0
## explicit; go 1.11
github.com/cespare/xxhash/v2
# github.com/cilium/coverbee v0.3.1
# github.com/cilium/coverbee v0.3.2
## explicit; go 1.18
github.com/cilium/coverbee
github.com/cilium/coverbee/pkg/cparser
Expand Down

0 comments on commit 69b0e65

Please sign in to comment.