|
|
|
|
|
by mimd
491 days ago
|
|
I wish they would have gone more indepth about the current compiler work, such as stack defenses or fbounds-safety. It should cover OOB read and write safety, which is 70-80% of C's memory vulnerabilities, for a marginal performance overhead and with abi compatibility. https://clang.llvm.org/docs/BoundsSafety.html |
|
While such improvements are very much welcomed, not everyone uses clang, nor clang supports every kind of computer and OS used in the world.