AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

Open

#1.908 aberto em 4 de mar. de 2024

Ver no GitHub
 (11 comments) (0 reactions) (0 assignees)Rust (476 forks)github user discovery
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.

Guia do colaborador