* grub-core/lib/libgcrypt_wrap/mem.c (_gcry_log_bug): Make gcrypt bugs
fatal.
This commit is contained in:
parent
c63d87b5e6
commit
f7ff879bd2
2 changed files with 7 additions and 1 deletions
|
@ -95,6 +95,7 @@ void _gcry_log_bug (const char *fmt, ...)
|
|||
grub_vprintf (fmt, args);
|
||||
va_end (args);
|
||||
grub_refresh ();
|
||||
grub_abort ();
|
||||
}
|
||||
|
||||
gcry_err_code_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue