AFLplusplus / AFLplusplus/LibAFL
Signal handling in libafl_bolts is very unsafe
Đang mở
cleanup
- Ngôn ngữ chính
- Rust
- Star
- 2.6k
- Fork
- 481
- Merge trung bình
- 2 ngày 30 phút
- Pull request đã merge (30 ngày)
- 16
Mô tả
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`.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.