Skip to content

Update uefi_alloc

Tim Crawford requested to merge tcrawford/uefi_std:fix-alloc into master

In release 0.1.1 of uefi_alloc I inadvertently overwrote the pointer for the allocator to 0, making it always return NULL. Explicitly require 0.1.2 or newer to fix the behavior.

See: uefi_alloc!3 (merged)

Edited by Tim Crawford

Merge request reports