Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compartment init: fix spurious UBSan error
I couldn't find any way to write this in terms of void * or char * that made UBSan happy, so I think it's simply a matter of it not liking that we modify this memory at all I've minimized the span we ignore to avoid hiding other potential UB
- Loading branch information