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: make all fuzz packages works with oss-fuzz #9143

Merged
merged 1 commit into from
Apr 20, 2021
Merged

fuzz: make all fuzz packages works with oss-fuzz #9143

merged 1 commit into from
Apr 20, 2021

Conversation

cuonglm
Copy link
Contributor

@cuonglm cuonglm commented Apr 20, 2021

Description

Update fuzz packages to work with oss-fuzz

Updates #7921


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

oss-fuzz compile_go_fuzzer requires the package path and package name
are the same, so change all fuzz packages to satisfy it.

Updates #7921
@cuonglm
Copy link
Contributor Author

cuonglm commented Apr 20, 2021

cc @odeke-em

Copy link
Collaborator

@odeke-em odeke-em left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @cuonglm! One thing though is that in the future please add more content to the commit message and descriptions of what was done eg renaming paths.

@odeke-em odeke-em merged commit f551128 into cosmos:fuzz-packages Apr 20, 2021
@cuonglm
Copy link
Contributor Author

cuonglm commented Apr 20, 2021

@odeke-em seems Github issue, if you see the commit message, it actually has full content 4b16037

@odeke-em
Copy link
Collaborator

odeke-em commented Apr 20, 2021 via email

elias-orijtech pushed a commit to elias-orijtech/cosmos-sdk that referenced this pull request Apr 11, 2022
elias-orijtech pushed a commit to elias-orijtech/cosmos-sdk that referenced this pull request Apr 11, 2022
elias-orijtech pushed a commit to elias-orijtech/cosmos-sdk that referenced this pull request May 6, 2022
elias-orijtech pushed a commit to elias-orijtech/cosmos-sdk that referenced this pull request May 6, 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.

2 participants