AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

オープン

#1,908 opened on 2024/03/04

 (11 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (479 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (2,622 個のスター)
PR merge metrics
 (平均マージ 17d 22h) (30d で 10 merged PRs)

説明

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.

コントリビューターガイド