AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

Aperta

#1908 aperta il 4 mar 2024

 (11 commenti) (0 reazioni) (0 assegnatari)Rust (480 fork)github user discovery
good first issue

Metriche repository

Star
 (2622 stelle)
Metriche merge PR
 (Merge medio 17g 22h) (10 PR mergiate in 30 g)

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