Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzz: fix redeclaration #119

Merged
merged 1 commit into from
Aug 29, 2022
Merged

fuzz: fix redeclaration #119

merged 1 commit into from
Aug 29, 2022

Conversation

holiman
Copy link
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.

None yet

1 participant