]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[pxe] Remove userptr_t from PXE file API implementation
authorMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 23:41:20 +0000 (00:41 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 23:43:30 +0000 (00:43 +0100)
commit338cebfeef0fa6f7a1181217d330c703ee7073b5
treeab6712b0bfd7a2b4f7302a8fecb244da4ed8e487
parent8b3b4f2454c2c8a9d533def38b321e3414588cd4
[pxe] Remove userptr_t from PXE file API implementation

Simplify the PXE file API implementation by assuming that all string
buffers are directly accessible via pointer dereferences.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/interface/pxe/pxe_file.c