AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

Open

#1,908 创建于 2024年3月4日

在 GitHub 查看
 (11 评论) (0 反应) (0 负责人)Rust (476 fork)github user discovery
good first issue

仓库指标

Star
 (2,584 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南