AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

Open

#1908 aperta il 4 mar 2024

Vedi su GitHub
 (11 commenti) (0 reazioni) (0 assegnatari)Rust (476 fork)github user discovery
good first issue

Metriche repository

Star
 (2584 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor