Skip to content
  • Kees Cook's avatar
    efi-pstore: Refactor erase routine · efb74e4b
    Kees Cook authored
    
    
    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: default avatarKees Cook <keescook@chromium.org>
    efb74e4b