* grub-core/lib/libgcrypt_wrap/mem.c (_gcry_log_bug): Make gcrypt bugs

fatal.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-01-12 16:21:06 +01:00
parent c63d87b5e6
commit f7ff879bd2
2 changed files with 7 additions and 1 deletions

View file

@ -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