[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/9] luks2: Fix use of incorrect index and some error message
From: |
Patrick Steinhardt |
Subject: |
Re: [PATCH 3/9] luks2: Fix use of incorrect index and some error messages |
Date: |
Mon, 24 Aug 2020 08:33:08 +0200 |
On Mon, Aug 24, 2020 at 01:30:05AM -0500, Glenn Washburn wrote:
> Was it intentional to include the old/original version of this patch
> which you requested to be changed to make it more readable? There is
> an updated patch with subject "[CRYPTO-LUKS v1 18/19] luks2: Fix use of
> incorrect index and some error messages.".
Nope, not at all. I've briefly wondered about the `i = j` thing again
but didn't connect the dots. I'll replace it with the newer version in
v2 of this patch series.
Patrick
signature.asc
Description: PGP signature
- [PATCH 0/9] Cryptodisk fixes for v2.06, Patrick Steinhardt, 2020/08/23
- [PATCH 1/9] json: Remove invalid typedef redefinition, Patrick Steinhardt, 2020/08/23
- [PATCH 2/9] luks: Fix out-of-bounds copy of UUID, Patrick Steinhardt, 2020/08/23
- [PATCH 3/9] luks2: Fix use of incorrect index and some error messages, Patrick Steinhardt, 2020/08/23
- [PATCH 4/9] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors, Patrick Steinhardt, 2020/08/23
- [PATCH 5/9] luks2: Improve error reporting when decrypting/verifying key, Patrick Steinhardt, 2020/08/23
- [PATCH 6/9] cryptodisk: Unregister cryptomount command when removing module, Patrick Steinhardt, 2020/08/23
- [PATCH 7/9] cryptodisk: Incorrect calculation of start sector for grub_disk_read in grub_cryptodisk_read, Patrick Steinhardt, 2020/08/23
- [PATCH 8/9] cryptodisk: Fix cipher IV mode 'plain64' always being set as 'plain', Patrick Steinhardt, 2020/08/23
- [PATCH 9/9] cryptodisk: Properly handle non-512 byte sized sectors, Patrick Steinhardt, 2020/08/23
- Re: [PATCH 0/9] Cryptodisk fixes for v2.06, Glenn Washburn, 2020/08/24
- [PATCH v2 0/9] Cryptodisk fixes for v2.06, Patrick Steinhardt, 2020/08/26