It's why I'm thankful it's both open source and highly scrutinized by the community, both volunteers, independent security researchers, and big companies like Google that deploy billions of instances of Linux (servers, google cloud, android, chromeOS, etc).
Cthulhu_|4 years ago
blcknight|4 years ago
bspammer|4 years ago
But there are also some fairly unambiguous improvements - switching from SHA1 to BLAKE2 for extracting the random bytes for example.
mkesper|4 years ago
- Readability counts. If you can't read the code, who could test or improve it?
- Documentation needs to be cared for near the code, only then you have a chance it's not outdated
- It's possible to improve correctness and efficiency at the same time (if your code is understandable)
- Use the literature available
- Code once holding high standards will need to be checked constantly too so it doesn't rot.
ape4|4 years ago
tptacek|4 years ago