mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 13:32:20 +03:00
EFI configuration tables may be freed at any time, and there is no way to be notified when the table becomes invalidated. Create a copy of the system flattened device tree (if present), so that we do not risk being left with an invalid pointer. Signed-off-by: Michael Brown <mcb30@ipxe.org>