Minor fixes to the dumping code
It currently isn't unmapping all the pages, which was not caught by the memory sanitizer because it's mmap
and not malloc
.
It currently isn't unmapping all the pages, which was not caught by the memory sanitizer because it's mmap
and not malloc
.