TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Memory Unsafety in Apple's Operating Systems

14 pointsby reaperhulkalmost 6 years ago

3 comments

lvhalmost 6 years ago
This is great, and pretty damning evidence of traditional, unsafe languages.<p>Do we have any data on how much of iOS is implemented in unsafe code vs in macOS? In particular, I want to know if the difference in memory safety ratio correlates with a language choice ratio. I don’t think sufficient information to make that determination is public, but I would love to be wrong about that.<p>(I guess one of the problems with that measurement would be is that it’s hard to tell if an ObjectiveC file has parts of straight C in it, which you’d expect more of in system code.)
评论 #20526938 未加载
rurbanalmost 6 years ago
You can also compare the valgrind suppression files for the various versions of darwin, vs Linux glibc known vulnerabilies, mostly memory leaks. Darwin is just horrible. Even if it just copied Freebsd&#x27;s libc, it managed to add so many mistakes with everything they touched. glibc is mostly fine
评论 #20533315 未加载
693471almost 6 years ago
&gt; Yes, of course migration is difficult! Any company doing it will need to retrain people, make toolchain changes, and undoubtedly invest in improving both the compiler and language itself. If only there was some enormous company with vast resources and a commitment to privacy and security who could embark on a journey like this…<p>You mean Swift?