|
|
|
|
|
by pclmulqdq
1334 days ago
|
|
The parent comment implied that this meant that there would be fewer bugs. That is definitely not what happens. The factor that actually generates the bugs is the tired person writing code they will never read again or use. The borrow checker won't help with that. I write code with different types of bugs in C, Go, Rust, Javascript, and Verilog, for example. I rarely write code with no bugs, especially when I have no real connection to the code. |
|
If you think there's the same amount of severe exploit from software written in Go/Java/Javascript and software written in C/C++, you are just factually wrong.
70% of exploitable bugs from large company products (M$, Apple, Google) ARE memory safety bugs.