We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03278ca commit f9f1c6cCopy full SHA for f9f1c6c
1 file changed
lib/kernel_efivars.c
@@ -36,7 +36,7 @@ kernel_variable_init(void)
36
37
if (kernel_efi_path)
38
return;
39
- mkdtemp(fname);
+ mktemp(fname);
40
snprintf(cmdline, sizeof(cmdline), "mount -l > %s", fname);
41
ret = system(cmdline);
42
if (WEXITSTATUS(ret) != 0)
0 commit comments