Hal-5700X@sh.itjust.works to Technology@lemmy.worldEnglish · edit-25 months agoLinux Kernel Rust Code Sees Its First CVE Vulnerabilitywww.phoronix.comexternal-linkmessage-square11linkfedilinkarrow-up1129arrow-down12
arrow-up1127arrow-down1external-linkLinux Kernel Rust Code Sees Its First CVE Vulnerabilitywww.phoronix.comHal-5700X@sh.itjust.works to Technology@lemmy.worldEnglish · edit-25 months agomessage-square11linkfedilink
minus-squareDave.@aussie.zonelinkfedilinkEnglisharrow-up39arrow-down2·5 months agoWhich is worse? Entire driver written in a non memory safe language? The interface to the rest of the kernel is marked as unsafe and then the other X percent is safe from memory corruption? Surely if X > 0 then this is still a net improvement?
minus-squaresik0fewl@lemmy.calinkfedilinkEnglisharrow-up6arrow-down1·5 months agoI don’t know, but I found this article interesting with respect to unsafe Rust - https://lightpanda.io/blog/posts/why-we-built-lightpanda-in-zig
Which is worse?
Surely if X > 0 then this is still a net improvement?
I don’t know, but I found this article interesting with respect to unsafe Rust - https://lightpanda.io/blog/posts/why-we-built-lightpanda-in-zig