commit | da168a457ff6bc96e7d730baab8d514a61f080ed | [log] [tgz] |
---|---|---|
author | Ivan Gorinov <ivan.gorinov@intel.com> | Fri May 25 10:45:09 2018 -0700 |
committer | Alexander Graf <agraf@suse.de> | Sun Jun 03 15:27:21 2018 +0200 |
tree | 3bff70d6926cd7081902ff8eb54d77720fbe4be3 | |
parent | 8781513bc99ee9ed1a921c13243a8cd980c6ca31 [diff] |
efi_selftest: check for buffer overflow in efi_get_variable Allocate a buffer on the stack instead of an array of uninitialized pointers; check if GetVariable writes past the end of the buffer. Signed-off-by: Ivan Gorinov <ivan.gorinov@intel.com> Signed-off-by: Alexander Graf <agraf@suse.de>