Updates since v4:
 * Add patch to add missing casts to grub_strncasecmp()
 * Remove patch forcing null termination of uuid from header
 * Use correct patch for uuid comparison. The previous had bad
   variable name usage, but the logic is the same.

Glenn

Glenn Washburn (2):
  misc: Add cast in grub_strncasecmp() to drop sign when calling
    grub_tolower()
  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       | 21 ++++-----------------
 grub-core/disk/luks2.c      | 15 ++++-----------
 include/grub/misc.h         | 31 ++++++++++++++++++++++++++++++-
 5 files changed, 41 insertions(+), 32 deletions(-)

-- 
2.34.1


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to