Closed toku-sa-n closed 3 years ago
This method assumes that the memory is allocated by ElfLoader::allocate, but the compiler can't ensure it. Without calling it, the program may violate memory safety by, e.g., modifying memory used by others.
ElfLoader::allocate
This method assumes that the memory is allocated by
ElfLoader::allocate
, but the compiler can't ensure it. Without calling it, the program may violate memory safety by, e.g., modifying memory used by others.