Localised bugs
Localised bugs
Posted Sep 26, 2024 10:00 UTC (Thu) by gmatht (subscriber, #58961)In reply to: New Tools by Wol
Parent article: Resources for learning Rust for kernel development
As I understand, bugs in safe rust are likely only to affect the module in which the bugs occur (and which call the affected module, etc). For example, if you had an intern who was a bit of a space cadet, you could get them to clean up the gazpacho soup module. Sure, the soup dispenser might start endlessly dispensing "trout a la creme", but an off-by-one error shouldn't cause the reactor to vent radiation into the crew quarters.
