So when working with the new basic-cli mmap function, I realized that it could cause segfaults and was very confused. Turns out we had a few lingering seamless slice bugs.
Verified this functionality is correct using lldb and my mmap example from basic-cli.
So when working with the new basic-cli
mmap
function, I realized that it could cause segfaults and was very confused. Turns out we had a few lingering seamless slice bugs.Verified this functionality is correct using lldb and my mmap example from basic-cli.