▲ | maleldil 2 days ago | |||||||
> Normally no one talks anymore about things like buffer overflows, use after free,... since years Some of the biggest vulnerabilities of recent years (e.g. Heartbleed) were out-of-bounds access. The most common vulnerability sources are things that are impossible in Rust, but cannot be fully solved via C++ static checkers. | ||||||||
▲ | m3047 2 days ago | parent [-] | |||||||
Rust has unsafe, just like Java. | ||||||||
|