AFLplusplus/LibAFL
Ver no GitHubReplace .unwrap/.expect with meaningful errors
Open
#1.908 aberto em 4 de mar. de 2024
good first issue
Métricas do repositório
- Stars
- (2.584 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.