Y
Hacker News
new
|
ask
|
show
|
jobs
by
codedokode
20 days ago
And Rust omits overflow check under the same excuse, although overflow was a reason that allowed multiple Linux kernel vulnerabilities.
1 comments
GoblinSlayer
20 days ago
Buffer overflows are caught by bound checks that don't need integer overflow checks, cf dotnet.
link