]> git.ipfire.org Git - thirdparty/util-linux.git/commit - libblkid/src/config.c
Merge branch 'analyzer1' of https://github.com/t-8ch/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 25 Sep 2023 10:32:25 +0000 (12:32 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Sep 2023 10:32:25 +0000 (12:32 +0200)
commitf861c1b37dbaae063266fcdb90ba966cb73e73f0
tree880136616a1d9cc119848472c1e4dc9bfba9dab3
parent661a7c364ca75330fbd8b585e5f4efefcc52ed3a
parent3edf231c62da1d2bc7f496992f531d0f06b5fab3
Merge branch 'analyzer1' of https://github.com/t-8ch/util-linux

* 'analyzer1' of https://github.com/t-8ch/util-linux:
  libsmartcols: handle nameless tables in export format
  ldattach: don't call exit() from signal handler
  lslogins: fix realloc() loop allocation size
  more: avoid out-of-bound access
  libfdisk: handle allocation failure in fdisk_new_partition
  lib/env: fix function name remote_entry -> remove_entry
  libmount: gracefully handle NULL path in mnt_resolve_target()
  libblkid: avoid memory leak of cachefile path
  lib/env: avoid underflow of read_all_alloc() return value
libmount/src/cache.c
login-utils/lslogins.c
text-utils/more.c