-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuzz Testing: rust-cid::varint_read_u64 panics on unwrap in no_std en…
…vironment (#1719) # Goal The goal of this PR is to eliminate a panic discovered in fuzz testing. Closes #1712 # Discussion A PR was created in `multiformats/rust-cid` and merged to refactor `unwrap()` to return a Result in a `no_std` environment. See PR here: [multiformats/rust-cid/pull/145](multiformats/rust-cid#145) `Cargo.toml` was updated to be pinned to the PR commit with the fix in `rust-cid` # Checklist - [ ] Chain spec updated - [ ] Custom RPC OR Runtime API added/changed? Updated js/api-augment. - [ ] Design doc(s) updated - [x] Tests added - [ ] Benchmarks added - [ ] Weights updated --------- Co-authored-by: Matthew Orris <--help>
- Loading branch information
1 parent
d88c343
commit cbbf507
Showing
4 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters