This patch series has been updated to reflect changes suggested by Mihai. grub_uuidcasecmp() has been completely rewritten to basically a copy of grub_strncasecmp() which ignores dashes. The rest is the same minus changes needed due to rebasing onto master.
Glenn Glenn Washburn (2): luks, luks2: Force header.uuid to be NULL terminated cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner grub-core/disk/cryptodisk.c | 4 ++-- grub-core/disk/geli.c | 2 +- grub-core/disk/luks.c | 24 +++++++----------------- grub-core/disk/luks2.c | 18 +++++++----------- include/grub/misc.h | 27 +++++++++++++++++++++++++++ 5 files changed, 44 insertions(+), 31 deletions(-) -- 2.27.0 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel