Hal-5700X@sh.itjust.works to Technology@lemmy.worldEnglish · edit-27 months agoLinux Kernel Rust Code Sees Its First CVE Vulnerabilitywww.phoronix.comexternal-linkmessage-square17linkfedilinkarrow-up15arrow-down10cross-posted to: hackernews@lemmy.bestiver.se
arrow-up15arrow-down1external-linkLinux Kernel Rust Code Sees Its First CVE Vulnerabilitywww.phoronix.comHal-5700X@sh.itjust.works to Technology@lemmy.worldEnglish · edit-27 months agomessage-square17linkfedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squareTechnus@lemmy.ziplinkfedilinkEnglisharrow-up1·7 months agoBecause Rust lets you choose when something is unsafe vs writing all unsafe in code all the time: Note the other 159 kernel CVEs issued today for fixes in the C portion of the codebase
Because Rust lets you choose when something is unsafe vs writing all unsafe in code all the time: