Skip to content

Fix a whole bunch of UB in the kernel

bjorn3 requested to merge bjorn3/kernel:fix_ub into master

With this disabling optimizations, enabling debug assertions, using ThinLTO instead of fat LTO and disabling the self_modifying cargo feature all works.

Merge request reports