Comment on Linux Kernel Rust Code Sees Its First CVE Vulnerability
hummingbird@lemmy.world 2 hours agoThe funny part is: the fix does not change the unsafe block at all. The issue is elsewhere in safe rust code.
Comment on Linux Kernel Rust Code Sees Its First CVE Vulnerability
hummingbird@lemmy.world 2 hours agoThe funny part is: the fix does not change the unsafe block at all. The issue is elsewhere in safe rust code.
pryre@lemmy.world 2 hours ago
I’ll admit, I haven’t looked at the code. I would stand by my comment of the unsafe block being a start point.
Countering that however, what is the difference to just debugging effectively? Not sure. I suppose it’s down to the people that identified it and fixed it at the end of the day to say if there was any benefit.