* 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

@ -1,4 +1,9 @@
2013-01-11 Vladimir Serbinenko <phcoder@gmail.com>
2013-01-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/libgcrypt_wrap/mem.c (_gcry_log_bug): Make gcrypt bugs
fatal.
2013-01-12 Vladimir Serbinenko <phcoder@gmail.com>
* autogen.sh: Do not try to delete nonexistant files.
* util/import_gcrypth.sed: Add some missing header removals.

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