mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Rename copy_user() to memcpy_user(). Add memmove_user() and
userptr_add().
This commit is contained in:
@@ -255,7 +255,7 @@ static int multiboot_load_raw ( struct image *image,
|
||||
}
|
||||
|
||||
/* Copy image to segment */
|
||||
copy_user ( buffer, 0, image->data, offset, filesz );
|
||||
memcpy_user ( buffer, 0, image->data, offset, filesz );
|
||||
|
||||
/* Record execution entry point */
|
||||
image->entry = hdr->mb.entry_addr;
|
||||
|
||||
Reference in New Issue
Block a user