• K
    efi-pstore: Refactor erase routine · efb74e4b
    Kees Cook 提交于
    Right now, every pass through the EFI variables during erase would build
    a copy of the old format variable name. Instead, try each name one time
    through the EFI variables list. Additionally bump up the buffer size to
    avoid truncation in pathological cases, and wipe the write name buffer.
    Signed-off-by: NKees Cook <keescook@chromium.org>
    efb74e4b
efi-pstore.c 9.3 KB