AFLplusplus / AFLplusplus/LibAFL
Signal handling in libafl_bolts is very unsafe
Abierto
cleanup
- Lenguaje dominante
- Rust
- Estrellas
- 2.6k
- Forks
- 481
- Merge medio
- 2 d 30 min
- PR fusionados (30 d)
- 16
Descripción
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`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.