| > 80% of bugs come back to memory safety… don’t think it’s overselling it. I think you are misremembering the statistic. It's 70% of security bugs that are related to memory safety: https://www.zdnet.com/article/chrome-70-of-all-security-bugs... The way you say it, it means that out of every 100 bugs, 80 are due to memory safety. The reality is that out of every 100 security bugs, 70 are due to memory safety. For example, a codebase with a thousand bugs might only have 10 that are security bugs, of which 7 are due to memory safety. You imply that a codebase with a thousand bugs have 800 memory safety issues. |