]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commit0a6c9a71e9510de2ba06ad1ece347650c18b124d
tree65a3fbef1f4c9d579ef6c9ff041b2cc31b70c739
parent2c6ce1240f118a2d00ad93060da409c3995b7f67
parent107293a68206f24e531fd906e8114b578911bb7a
Merge branch 'PR/fix-strcasecmp' of https://github.com/karelzak/util-linux-work

* '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