You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uefi: Improve handling of null-address allocations in allocate_pages
The firmware is allowed to return an allocation at address zero. This is not
compatible with Rust, since it's UB to write through a null pointer. If a null
address is returned, retry the allocation. If that second allocation still
fails, return an error rather than panicking.
0 commit comments