commit | 6f61dd3aa35179043f1fcdb0965c5d56278ab724 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri May 12 14:52:34 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue May 16 11:46:49 2017 -0700 |
tree | a9f68548fb83119fba500580c5c3c785d758419e | |
parent | 3a7d2fd16c57a1ef47dc2891171514231c9c7c6e [diff] |
efi-pstore: Fix read iter after pstore API refactor During the internal pstore API refactoring, the EFI vars read entry was accidentally made to update a stack variable instead of the pstore private data pointer. This corrects the problem (and removes the now needless argument). Fixes: 125cc42baf8a ("pstore: Replace arguments for read() API") Signed-off-by: Kees Cook <keescook@chromium.org>