On Thu, 30 Jul 2020 17:14:54 +0200
Patrick Steinhardt wrote:
> >{
> > - size += sizeof ("luks_mount ");
> > + size += grub_strlen (i->modname);
> > + size += sizeof ("_mount");
> > size += grub_strlen (i->uuid);
> > size += grub_strlen (i->cipher->cipher->name);
> > - size
On Wed, Jul 29, 2020 at 04:50:10PM -0500, developm...@efficientek.com wrote:
> From: Glenn Washburn
>
> Signed-off-by: Glenn Washburn
> ---
> grub-core/disk/cryptodisk.c | 18 ++
> 1 file changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/grub-core/disk/cryptodisk.c b/g
From: Glenn Washburn
Signed-off-by: Glenn Washburn
---
grub-core/disk/cryptodisk.c | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/grub-core/disk/cryptodisk.c b/grub-core/disk/cryptodisk.c
index c21be7d52..f6b6302e1 100644
--- a/grub-core/disk/cryptodisk.