Hacker News
- Show HN: Stensal SDK: Retrofitting C/C++ code with quasi-memory-safety https://stensal.com 18 comments
- A reactionary take on memory safety https://lcamtuf.substack.com/p/a-reactionary-take-on-memory-safety 59 comments
- Static Analyzer Rudra Found over 200 Memory Safety Issues in Rust Crates https://www.infoq.com/news/2021/11/rudra-rust-safety/ 10 comments
- Chromium project finds that 70% of security defects are memory safety problems https://www.chromium.org/Home/chromium-security/memory-safety 458 comments
Lobsters
- Standard proposal for memory-Safety in C (2024) https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3211.pdf 5 comments c , pdf
- Stensal SDK : Retroffiting C/C++ with quasi-memory-safety https://www.reddit.com/r/cpp/comments/afd7z4/stensal_sdk_retroffiting_cc_with_quasimemorysafety/ 7 comments cpp
- Safer with Google: Advancing Memory Safety https://security.googleblog.com/2024/10/safer-with-google-advancing-memory.html 314 comments cpp
- How to talk to your parents about hardware memory safety (CHERI) https://cheriot.org/cheri/2024/08/06/how-to-talk-about-CHERI.html 5 comments programming
- Secure by Design: Google’s Perspective on Memory Safety https://security.googleblog.com/2024/03/secure-by-design-googles-perspective-on.html 8 comments rust
- Iterators and memory safety https://www.youtube.com/watch?v=4dADc4RRC48 3 comments cplusplus
- Type Systems for Memory Safety https://borretti.me/article/type-systems-memory-safety 16 comments programminglanguages
- Flavors of Memory Safety and When to Use Them, Part 1 https://verdagon.dev/blog/when-to-use-memory-safe-part-1 28 comments programminglanguages
- Hamilton aims dig at FIA after safety car ending in Monza ‘brings memories back’ https://www.theguardian.com/sport/2022/sep/11/hamilton-dig-fia-after-safety-car-ending-imonza-brings-memories-back-f1-italian-gp 8 comments worldnews
- Retrofitting Temporal Memory Safety on C++ https://security.googleblog.com/2022/05/retrofitting-temporal-memory-safety-on-c.html 4 comments programming
- C++ Memory Safety https://www.reddit.com/r/cpp/comments/lc1axl/c_memory_safety/ 40 comments cpp
- Chrome: 70% of all security bugs are memory safety issues https://www.zdnet.com/article/chrome-70-of-all-security-bugs-are-memory-safety-issues/ 83 comments cpp
- Evading Rust's memory safety https://www.reddit.com/r/rust/comments/c57oos/evading_rusts_memory_safety/ 79 comments rust
- Rust - Compile Time Memory Safety https://kkimdev.github.io/posts/2019/04/22/rust-compile-time-memory-safety.html 7 comments programming
- C++ vs Rust - Compile Time Memory Safety https://kkimdev.github.io/posts/2019/04/22/rust-compile-time-memory-safety.html 20 comments rust
- [C] I'm having trouble with memory safety in my program. Can anyone help clarify? http://pastebin.com/nTV2q6Fd 4 comments learnprogramming
- ACM: It Is Time to Standardize Principles and Practices for Software Memory Safety https://cacm.acm.org/opinion/it-is-time-to-standardize-principles-and-practices-for-software-memory-safety/ 77 comments cpp
- Memory Safety Convening Report (Consumer Reports calling for memory safety) https://advocacy.consumerreports.org/wp-content/uploads/2023/01/Memory-Safety-Convening-Report-1-1.pdf 40 comments rust
- First Morello prototype architecture silicon (memory safety at a hardware level) https://msrc-blog.microsoft.com/2022/01/20/an_armful_of_cheris/ 11 comments netsec
- First Morello prototype architecture silicon (memory safety at a hardware level) https://msrc-blog.microsoft.com/2022/01/20/an_armful_of_cheris/ 51 comments programming
- Static Analyzer Rudra Found over 200 Memory Safety Issues in Rust Crates https://www.infoq.com/news/2021/11/rudra-rust-safety/ 94 comments rust
- Rudra: Finding Memory Safety Bugs in Rust at the Ecosystem Scale https://www.micahlerner.com/2021/10/31/rudra-finding-memory-safety-bugs-in-rust-at-the-ecosystem-scale.html 29 comments programming
- Mitigating Memory Safety Issues in Open Source Software, Google security blog https://security.googleblog.com/2021/02/mitigating-memory-safety-issues-in-open.html 16 comments cpp
- Microsoft: 70 percent of all security bugs are memory safety issues | ZDNet https://www.zdnet.com/article/microsoft-70-percent-of-all-security-bugs-are-memory-safety-issues/ 51 comments cpp
- Microsoft: 70 percent of all security bugs are memory safety issues https://www.zdnet.com/article/microsoft-70-percent-of-all-security-bugs-are-memory-safety-issues/ 98 comments rust
- Rust memory safety revolution: why, what and how for complete beginners https://anixe.pl/content/news/rust_memory_safety_revolution 15 comments rust
- Rust memory safety revolution: why, what and how for complete beginners https://anixe.pl/content/news/rust_memory_safety_revolution 55 comments programming
- An Armful of CHERIs: Memory Safety in the processor. Do we still need safe languages with CHERI? https://msrc-blog.microsoft.com/2022/01/20/an_armful_of_cheris/ 55 comments rust
- Google Online Security Blog: Mitigating Memory Safety Issues in Open Source Software https://security.googleblog.com/2021/02/mitigating-memory-safety-issues-in-open.html 3 comments rust
- What is "Memory Safety", really? - A brief technical primer on Rust's key security feature, with embedded-specific context. https://tiemoko.com/blog/blue-team-rust/ 17 comments programming
- Malaysian Airlines Flight MH17: Cockpit voice recorder 'in good condition' -- Black box damaged, but memory intact, Dutch Safety Board reports http://www.cbc.ca/news/world/malaysian-airlines-flight-mh17-cockpit-voice-recorder-in-good-condition-1.2715671 7 comments worldnews
- You Really Shouldn't Roll Your Own Crypto: An Empirical Study of Vulnerabilities in Cryptographic Libraries: "37.2% of vulnerabilities are memory safety issues, indicating that systems-level bugs are a greater security concern than the actual cryptographic procedures." [abstract + link to PDF, 15pp] https://arxiv.org/abs/2107.04940 61 comments programming
- You Really Shouldn't Roll Your Own Crypto: An Empirical Study of Vulnerabilities in Cryptographic Libraries: "37.2% of vulnerabilities are memory safety issues, indicating that systems-level bugs are a greater security concern than the actual cryptographic procedures." [abstract + link to PDF, 15pp] https://arxiv.org/abs/2107.04940 158 comments programming
- Modern C++ isn't memory safe: how recent language updates fix some safety issues but introduce others https://neosmart.net/blog/2018/modern-c-isnt-memory-safe/ 77 comments programming
- Understanding Memory and Thread Safety Practices and Issues in Real-World Rust Programs https://cseweb.ucsd.edu/~yiying/ruststudy-pldi20.pdf 8 comments programming
- [Paper] Understanding Memory and Thread Safety Practices and Issues in Real-World Rust Programs https://cseweb.ucsd.edu/~yiying/ruststudy-pldi20.pdf 7 comments rust