A remote code execution vulnerability in GNOME
A remote code execution vulnerability in GNOME
Posted Oct 10, 2023 20:36 UTC (Tue) by rahulsundaram (subscriber, #21946)In reply to: A remote code execution vulnerability in GNOME by rweikusat2
Parent article: A remote code execution vulnerability in GNOME
> I don't think the attitude behind this kind of "Just can't be arsed!"-coding can be fixed by doing it in a different programming language.
It may very well help. Languages like say Go or Rust have less legacy traps but also are typically used with optional linters like gosec and Clippy that warns about the common issues. I don't know whether C developers are usually doing this.
