AFLplusplus / AFLplusplus/LibAFL
Signal handling in libafl_bolts is very unsafe
未关闭
cleanup
- 主要语言
- Rust
- 星标
- 2.6k
- 派生
- 481
- 平均合并
- 2 天 30 分钟
- 30 天内合并 PR
- 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 还没有评估数据。