|
|
|
|
|
by kaba0
1705 days ago
|
|
> in-kernel C code in itself is very safe Any citation on that? Obviously it went through numerous people hours where many bugs were reported/fixed, but afaik it still contains plenty of race conditions, and whole other areas of bugs that are just being discovered through better static analysis programs, and any future code can easily introduce new problems. |
|
I totally agree regarding race conditions though, however I don't think Rust does anything to solve this.