Hacker News new | ask | show | jobs
by mrweasel 1059 days ago
Adding to the security part, there are also situations where compilers will optimize something, only to introduce security issues, hence the need to functions such as explicit_bzero (https://man.openbsd.org/explicit_bzero).
1 comments

Half of Linus rants are just about compiler bugs .