commit | 7bf4bc9752d5a745f1032593027def42779a77c7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 25 18:41:40 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 02 18:17:49 2019 +0200 |
tree | 5ef3163c65e4de0eb7aace97adcabeaebbaaa362 | |
parent | ad7a215f0b7341fe684a4e65ba647ba914299ff6 [diff] |
efi_loader: FreePages() must fail with pages = 0 The UEFI spec requires that freeing of pages fails if the number of pages to be freed is 'invalid'. Check that it is not zero. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>