Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-03 | efi_selftest: check for buffer overflow in efi_get_variable | Ivan Gorinov | |
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> | |||
2018-06-03 | efi_selftest: unit test for variable services | Heinrich Schuchardt | |
Provide a unit test for variable services. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |