radareorg / r2pipe.rs

Rust crate for r2pipe
Other
45 stars 19 forks source link

Getenv issues #2

Closed radare closed 9 years ago

radare commented 9 years ago

Negative values in r2pipe_in/out shouldnt be valid and they are currently accepted.

A value of 0 is actually a valid file descriptor number, but its not accepted by the api

radare commented 9 years ago

Fixed in git