Re: [PATCH 17/17] luks2: Fix use of incorrect index and some error messages.

2020-07-30 Thread Glenn Washburn
On Thu, 30 Jul 2020 22:22:41 +0200 Patrick Steinhardt wrote: > On Wed, Jul 29, 2020 at 04:50:22PM -0500, developm...@efficientek.com > wrote: > > From: Glenn Washburn > > > > Signed-off-by: Glenn Washburn > > --- > > grub-core/disk/luks2.c | 14 +++--- > > 1 file changed, 7 insertions

Re: [PATCH 17/17] luks2: Fix use of incorrect index and some error messages.

2020-07-30 Thread Patrick Steinhardt
On Wed, Jul 29, 2020 at 04:50:22PM -0500, developm...@efficientek.com wrote: > From: Glenn Washburn > > Signed-off-by: Glenn Washburn > --- > grub-core/disk/luks2.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/grub-core/disk/luks2.c b/grub-core/disk/l

[PATCH 17/17] luks2: Fix use of incorrect index and some error messages.

2020-07-29 Thread development
From: Glenn Washburn Signed-off-by: Glenn Washburn --- grub-core/disk/luks2.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/grub-core/disk/luks2.c b/grub-core/disk/luks2.c index 44a73d2b8..48600db68 100644 --- a/grub-core/disk/luks2.c +++ b/grub-core/disk/lu