AFLplusplus / AFLplusplus/LibAFL
Signal handling in libafl_bolts is very unsafe
オープン
cleanup
- 主要言語
- Rust
- スター
- 2.6k
- フォーク
- 481
- 平均マージ
- 2日 30分
- マージ済み PR(30日)
- 16
説明
There's a lot of potential for double-mutability here with `&mut self` in `handle`. We should either take the reference when a signal is being handled and replace it when finished or use `&self`.
コントリビューションガイド
評価
この issue はまだ評価されていません。