Remix.run Logo
irishcoffee 5 hours ago

The internet went down because cloudflare used a bad config... a config parsed by a rust app.

One of these days the witch hunt against C will go away.

hypeatei 5 hours ago | parent | next [-]

The internet didn't go down and you're mischaracterizing it as a parsing issue when the list would've exceeded memory allocation limits. They didn't hardcode a fallback config for that case. What memory safety promise did Rust fail there exactly?

groundzeros2015 5 hours ago | parent [-]

I think the point is memory bugs are only one (small) subset of bugs.

Abstract_Typist an hour ago | parent [-]

The conventional wisdom is ~70% of serious security bugs are memory safety issues.

https://www.cisa.gov/sites/default/files/2023-12/CSAC_TAC_Re...

random_mutex 5 hours ago | parent | prev | next [-]

A panic in Rust is easier to diagnose and fix than some error or grabage data that was caused by an out of bounds access in some random place in the call stack

wat10000 5 hours ago | parent | prev [-]

A service going down is a million times better than being exploited by an attacker. If this is a witch hunt then C is an actual witch.