Skip to content

fuzz: fix redeclaration#119

Merged
holiman merged 1 commit intomasterfrom
fix_compile
Aug 29, 2022
Merged

fuzz: fix redeclaration#119
holiman merged 1 commit intomasterfrom
fix_compile

Conversation

@holiman
Copy link
Copy Markdown
Owner

@holiman holiman commented Aug 29, 2022

Fixes an error which prevents the codecov on oss-fuzz from building

+ compile_go_fuzzer github.com/holiman/uint256 Fuzz uint256Fuzz
/usr/local/bin/compile_go_fuzzer: line 28: cd: /root/go/src/github.com/holiman/uint256: No such file or directory
github.com/holiman/uint256
github.com/holiman/uint256
# github.com/holiman/uint256 [github.com/holiman/uint256.test]
./uint256_test.go:1105:6: bigAddMod redeclared in this block
	./fuzz.go:269: other declaration of bigAddMod
./uint256_test.go:1112:6: bigMulMod redeclared in this block
	./fuzz.go:261: other declaration of bigMulMod
ERROR:root:Building fuzzers failed.
Building project uint256
Running command: python /home/runner/work/oss-fuzz/oss-fuzz/infra/helper.py build_fuzzers uint256 --engine libfuzzer --sanitizer coverage --architecture x86_64

@holiman holiman merged commit 6f8ccba into master Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant