AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

Open

#1,908 opened on Mar 4, 2024

 (11 comments) (0 reactions) (0 assignees)Rust (479 forks)github user discovery
good first issue

Repository metrics

Stars
 (2,621 stars)
PR merge metrics
 (Avg merge 17d 22h) (10 merged PRs in 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.

Contributor guide