radareorg / r2pipe.rs

Rust crate for r2pipe
Other
45 stars 19 forks source link

Read/write ops on unsafe fds not checked #3

Closed radare closed 9 years ago

radare commented 9 years ago

This can result on writing on closed filedescriptors or closing invalid filehandlers which can be fatal in some cases

radare commented 9 years ago

Should be fixed