AFLplusplus / AFLplusplus/LibAFL
Replace .unwrap/.expect with meaningful errors
Open
good first issue
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 481
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 16
Description
We use .unwrap/.expect in several places throughout the codebase. This should be changed to meaningful `libafl::Error` messages so that users know how to fix this, in case it is encountered.
Contributor guide
Assessment
This issue has not been assessed yet.