mesa@piefed.social to Technology@lemmy.worldEnglish · 6 hours agoHow One Uncaught Rust Exception Took Out Cloudflarehackaday.comexternal-linkmessage-square25fedilinkarrow-up1123arrow-down12
arrow-up1121arrow-down1external-linkHow One Uncaught Rust Exception Took Out Cloudflarehackaday.commesa@piefed.social to Technology@lemmy.worldEnglish · 6 hours agomessage-square25fedilink
minus-squaresolrize@lemmy.mllinkfedilinkEnglisharrow-up1·4 hours agoRust has exceptions? Is that new?
minus-squarevext01@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·1 hour agoWell… catch_unwind, but i don’t think you can rely on it.
minus-squarecalcopiritus@lemmy.worldlinkfedilinkEnglisharrow-up2·2 hours agoReplace uncaught exception for unhanded error.
minus-squareNGram@piefed.calinkfedilinkEnglisharrow-up12·3 hours agoNo, the article is just not very precise with its words. It was causing the program to panic.
minus-squaredanAlinkfedilinkEnglisharrow-up1·1 hour agoThey’re probably trying to write it in a way that non-Rust-developers can understand.
Rust has exceptions? Is that new?
Well… catch_unwind, but i don’t think you can rely on it.
Replace uncaught exception for unhanded error.
No, the article is just not very precise with its words. It was causing the program to panic.
They’re probably trying to write it in a way that non-Rust-developers can understand.