AFLplusplus/LibAFL
Replace .unwrap/.expect with meaningful errors
Aberta
#1.908 aberto em 4 de mar. de 2024
good first issue
Métricas do repositório
- Stars
- (2.622 estrelas)
- Métricas de merge de PR
- (Mesclagem média 17d 22h) (10 fundiu PRs em 30d)
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.