efivars: itialize variable

Introduced a few commits ago.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-03-09 20:41:00 -04:00
parent d92f98b4f6
commit ad7bcf526d

View file

@ -105,7 +105,7 @@ int efi_get_variable(
uint32_t a;
ssize_t n;
struct stat st;
_cleanup_free_ void *buf;
_cleanup_free_ void *buf = NULL;
assert(name);
assert(value);