|
|
|
|
|
by agwa
3336 days ago
|
|
> It's pretty easy to audit a couple lines of unsafe in a library. You have to audit more than just the lines within the unsafe block. For example, I discovered a buffer overflow in a Rust library this week that was caused by an integer overflow outside the unsafe block[1]. The unsafe code itself was written correctly. [1] https://github.com/RustSec/advisory-db/blob/master/crates/ba... |
|