mirror of https://github.com/ipxe/ipxe.git
Browse Source
It is hypothetically possible for external heap memory allocated during driver startup to have been freed before an image was downloaded, which could therefore leave an image straddling the address recorded as the top of the reshuffle region. Allow for this possibility by skipping squashing for any images already straddling (or touching) the top of the reshuffle region. Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/34/merge

1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue