]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[uaccess] Add explicit casts to and from userptr_t where needed
authorMichael Brown <mcb30@ipxe.org>
Sun, 20 Apr 2025 12:39:32 +0000 (13:39 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 20 Apr 2025 16:21:53 +0000 (17:21 +0100)
commit71174e19d8c93dc99221c5fe32db6a78c6a7ffb3
treeb3cc53e39f65fb6fb9ae0da4aba13b60c3f48e55
parent63d27c6311db07780dfd7a0bd939c96b60e20a7c
[uaccess] Add explicit casts to and from userptr_t where needed

Allow for the possibility of userptr_t becoming a pointer type by
adding explicit casts where necessary.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/include/librm.h
src/arch/x86/interface/pcbios/memtop_umalloc.c
src/drivers/infiniband/golan.c
src/include/ipxe/linux/linux_uaccess.h
src/include/ipxe/uaccess.h
src/interface/efi/efi_umalloc.c