using &[MaybeUninit<u8>] instead of &[u8] might avoid UB in LLVM..
..but is it safe to pass a MADV_FREE-cursed page to a syscall?
1 Like
using &[MaybeUninit<u8>] instead of &[u8] might avoid UB in LLVM..
..but is it safe to pass a MADV_FREE-cursed page to a syscall?