/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Kernel-hack-drill and exploiting CVE-2024-50264 in the Linux kernel
(a13xp0p0v.github.io)
239 points
r4um
| 1 comments |
03 Sep 25 06:58 UTC
|
HN request time: 0.201s
|
source
Show context
N_Lens
◴[
03 Sep 25 14:29 UTC
]
No.
45116266
[source]
▶
>>45112996 (OP)
#
Would a more memory safe language like Rust in the Linux kernel have more safety against these types of exploits?
replies(4):
>>45116350
#
>>45116464
#
>>45120071
#
>>45127563
#
1.
pas
◴[
03 Sep 25 20:31 UTC
]
No.
45120071
[source]
▶
>>45116266
#
... a better type system, hygienic macros, and of course more static analysis (like Rust's borrow checker), and everything helps that makes writing safer abstractions easier, makes them easier to test and verify
ID:
GO
↑