Re: Rust kernel policy
From: Askar Safin
Date: Sat Mar 01 2025 - 08:23:13 EST
Hi, Martin Uecker and Dan Carpenter.
> No, this absolutely is useful. This is what UBSan does now
> BTW: Another option I am investigating it to have UBsan insert traps
> into the code and then have the compiler emit a warning only when
Clang sanitizers should not be enabled in production.
See https://www.openwall.com/lists/oss-security/2016/02/17/9 for details