[PATCH] grub-core/normal/crypto.c: fix use after free

2017-07-09 Thread Satish
This fixes the Savannah bug https://savannah.gnu.org/bugs/?51150 --- grub-core/normal/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/normal/crypto.c b/grub-core/normal/crypto.c index 2bfd67c..e6d345f 100644 --- a/grub-core/normal/crypto.c +++ b/grub-core/nor

[PATCH] workaround for multi-device probing in grub-mkconfig

2017-07-09 Thread Hannes Schweizer
upstream bug: https://savannah.gnu.org/bugs/?48228 Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=581904 --- util/grub-mkconfig.in | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in index f8496d28b..c4544460c 100644 ---