Archimydes’ Post

View organization page for Archimydes, graphic

634 followers

The CrowdStrike outage is a stark reminder of how much of our code, and our world, fundamentally runs on C/C++ An out-of-bounds memory read error which is easily mitigated in higher level programming languages via automatic bounds checks and garbage collection, has to be consciously accounted for in C/C++. Never the less, C/C++ is critical and will continue to be critical to much of our world - to those of us that write code in C/C++ please use tools like AddressSanitizer, enable compiler warnings, and perform thorough code reviews and testing to prevent these type of situations from manifesting! Much respect and support to all the teams globally working on mitigating the fallout of this issue 🙏🙏🙏 #CyberSecurity #Programming #SoftwareEngineering

From the developersIndia community on Reddit: Crowdstrike outage happened because one developer forgot to include a null check

From the developersIndia community on Reddit: Crowdstrike outage happened because one developer forgot to include a null check

reddit.com

To view or add a comment, sign in

Explore topics