]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'minor-fixes' of git://github.com/kerolasa/lelux-utiliteetit
authorKarel Zak <kzak@redhat.com>
Mon, 14 Jul 2014 14:03:48 +0000 (16:03 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Jul 2014 14:03:48 +0000 (16:03 +0200)
commit2fa32bea49992d5adeac2a37a42e97241ee73439
treea7df10e2df79e267e51cc858d091cf37a5524018
parent89c80bd25aabd38cbd66421d64a4c898ebc7eafe
parent4e6604e51a5460653cd1189c51f5935ae0cde550
Merge branch 'minor-fixes' of git://github.com/kerolasa/lelux-utiliteetit

* 'minor-fixes' of git://github.com/kerolasa/lelux-utiliteetit:
  lscpu: avoid double free
  libsmartcols: avoid variable dereference after release
  libfdisk: do not do the same thing twice in single if statement
  whereis: avoid printing uninitialized string
  setpriv: avoid alloca() use xmalloc() instead
  dmesg: avoid unnecessary variable assignment
  fdisk: avoid code duplication
  mkfs.cramfs: use defined failure name rather than magic value
  fdformat: match variable and print format types
  cfdisk: add braces to ensure operation order
  lscpu: avoid use of bzero() in favor of memset()
  setterm: remove unnecessary variable
  cal: remove unnused structure and definition
  textual: fix some typos
libfdisk/src/dos.c
misc-utils/whereis.c