]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'fixes' of https://github.com/t-8ch/util-linux
authorKarel Zak <kzak@redhat.com>
Tue, 2 Jan 2024 10:15:57 +0000 (11:15 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Jan 2024 10:15:57 +0000 (11:15 +0100)
commit5df4dd14f1e853a23a50e715d68f6e31d7600624
tree2ac4b65b1e83e26e4df2695fccbcae4b510e8797
parentcd6812cbd6f425b8afebf8e36a378ff2ab19a23c
parent1049c4a2f10a9ed4127c7bc0485faa53ea28abac
Merge branch 'fixes' of https://github.com/t-8ch/util-linux

* 'fixes' of https://github.com/t-8ch/util-linux:
  libmount: (context) avoid dead store
  libmount: (utils) avoid dead store
  pipesz: avoid dead store
  fileeq: optimize size of ul_fileeq_method
  sha1: properly wipe variables
  libfdisk: (sgi): use strncpy over strcpy
  libfdisk: (sun) properly initialize partition data
  libmount: (tests) fix --filesystems crash on invalid argument
  libmount: (tests) fix --filesystems test argument parsing
  libmount: (veritydev) use asprintf to build string
  libsmartcols: (samples/fromfile) properly handle return value from getline()
  libuuid: (test_uuid) make reading UUIDs from file more robust
  libblkid: (dev) use strdup to duplicate string
  pg: use snprintf to build string
  hexdump: use xasprintf to build string
  readprofile: use xasprintf to build string
  cal: avoid out of bound write
  logger: use strncpy instead of strcpy
  exec_shell: use xasprintf
  strv: make strv_new_api static