AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

开放

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

 (11 条评论) (0 个反应) (0 位负责人)Rust (480 个派生)github user discovery
good first issue

仓库指标

星标
 (2,622 个星标)
PR 合并指标
 (平均合并 17天 22小时) (30 天内合并 10 个 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.

贡献者指南