AFLplusplus/LibAFL

Replace .unwrap/.expect with meaningful errors

開放

#1,908 建立於 2024年3月4日

 (11 則留言) (0 個反應) (0 位負責人)Rust (479 個分叉)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.

貢獻者指南