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.

貢獻者指南