]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'PR/fix-strcasecmp' of https://github.com/karelzak/util-linux-work
authorKarel Zak <kzak@redhat.com>
Thu, 3 Apr 2025 08:00:16 +0000 (10:00 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Apr 2025 08:00:16 +0000 (10:00 +0200)
* 'PR/fix-strcasecmp' of https://github.com/karelzak/util-linux-work:
  treewide: avoid strcasecmp() for ASCII-only strings
  fdisk,partx: avoid strcasecmp() for ASCII-only strings
  libmount: avoid strcasecmp() for ASCII-only strings
  lsblk: avoid strcasecmp() for ASCII-only strings
  libfdisk: avoid strcasecmp() for ASCII-only strings
  libblkid: avoid strcasecmp() for ASCII-only strings
  include/cctype: fix string comparison


Trivial merge