last highlighted date: 2024-01-15
Highlights
- If you don’t have to use C, maybe you can just use Rust.
- Memory safety is the biggest problem. The language does not prevent buffer overruns (underflow and overflow) and format string attacks. These things still happen today.