summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libfdisk: (bsd) improve checksum calculation [-Waddress-of-packed-member]Karel Zak2019-05-221-5/+12
* libblkid: (silicon raid) improve checksum calculation [-Waddress-of-packed-me...Karel Zak2019-05-221-3/+7
* libfdisk: (sgi) improve checksum calculation [-Waddress-of-packed-member]Karel Zak2019-05-221-6/+11
* include/c: use __has_attributeKarel Zak2019-05-211-12/+19
* bash-completion: add hardlink completionSami Kerola2019-05-201-0/+36
* bash-completion: update options before releaseSami Kerola2019-05-203-1/+6
* lib/ismounted: use xstrncpy()Karel Zak2019-05-201-4/+5
* zramctl: use xstrncpy()Karel Zak2019-05-201-4/+2Star
* whereis: use xstrncpy()Karel Zak2019-05-201-4/+2Star
* vipw: use xstrncpy()Karel Zak2019-05-201-6/+6
* lib/path: use xstrncpy()Karel Zak2019-05-201-2/+2
* lib/sysfs: use xstrncpy()Karel Zak2019-05-201-8/+5Star
* losetup: use xstrncpy()Karel Zak2019-05-201-6/+4Star
* sfdisk: use xstrcpy()Karel Zak2019-05-201-1/+1
* lib/colors: remove unnecessary gotoKarel Zak2019-05-201-5/+4Star
* Merge branch '2019wk19' of https://github.com/kerolasa/util-linuxKarel Zak2019-05-207-29/+33
|\
| * lib/colors: remove redundant if statementSami Kerola2019-05-181-3/+1Star
| * wipefs: fix variable / function shadowing [cppcheck]Sami Kerola2019-05-181-4/+4
| * sulogin: fix variable / function shadowing [cppcheck]Sami Kerola2019-05-181-4/+5
| * lscpu: remove redundant condition check [cppcheck]Sami Kerola2019-05-181-8/+12
| * libmount: avoid possible null pointer dereference [cppcheck]Sami Kerola2019-05-181-6/+9
| * lib/mangle: fix possible null pointer dereference [cppcheck]Sami Kerola2019-05-181-2/+2
| * sfdisk: remove unnecessary size check [cppcheck]Sami Kerola2019-05-181-2/+0Star
* | Merge branch 'lscpu_midr_updates' of https://github.com/jlinton/util-linuxKarel Zak2019-05-201-0/+3
|\ \
| * | lscpu: Add additional aarch64 modelsJeremy Linton2019-05-161-0/+3
| |/
* | Merge branch 'lscpu-another' of https://github.com/kerolasa/util-linuxKarel Zak2019-05-205-41/+121
|\ \
| * | lscpu: fix floating point exceptionSami Kerola2019-05-183-0/+78
| * | include/strutils: fix potential null pointer dereferenceSami Kerola2019-05-161-1/+3
| * | lscpu: remove extra space from field key nameSami Kerola2019-05-162-40/+40
| |/
* | findmnt: keep it easy for static analyzersKarel Zak2019-05-161-1/+2
* | findmnt: (verify) check mnt_table_next_fs() return code [coverity scan]Karel Zak2019-05-161-1/+3
* | fincore: remove unused variable [clang scan]Karel Zak2019-05-161-6/+2Star
* | cal: make sure months_in_row makes sense [coverity scan]Karel Zak2019-05-161-5/+11
* | blkid: improve strcpy() usage [coverity scan]Karel Zak2019-05-161-3/+8
* | utmpdump: check ftello() return valueKarel Zak2019-05-161-0/+3
|/
* Merge branch 'lscpu-output-fix' of https://github.com/kerolasa/util-linuxKarel Zak2019-05-162-1/+2
|\
| * lscpu: move trailing null after removing characters from a stringSami Kerola2019-05-162-1/+2
* | libsmartcols: (groups) improve scols_table_group_lines() args check [coverity...Karel Zak2019-05-151-3/+3
* | libmount: fix memory leak on error [coverity scan]Karel Zak2019-05-151-2/+3
* | libfdisk: avoid memory leak [coverity scan]Karel Zak2019-05-151-1/+3
* | libfdisk: avoid division by zero [clang scan]Karel Zak2019-05-151-2/+7
* | libfdisk: remove unused code [clang scan]Karel Zak2019-05-151-1/+0Star
* | libfdisk: properly check return code of add_to_partitions_array() [coverity s...Karel Zak2019-05-151-1/+2
* | libblkid: make partitions reference counting more robust [coverity scan]Karel Zak2019-05-151-2/+5
* | libblkid: don't ignore blkid_probe_set_magic() errors [coverity scan]Karel Zak2019-05-151-4/+5
* | libblkid: fix possible uninitialized value use [coverity scan]Karel Zak2019-05-151-1/+1
* | lib/strutils: keep static analyzer happy [coverity scan]Karel Zak2019-05-151-1/+3
* | lib/path: fix resource leak [coverity scan]Karel Zak2019-05-151-2/+5
* | lib/path: fix possible NULL dereferencing [coverity scan]Karel Zak2019-05-151-2/+4
* | lib/path: fix ul_path_get_dirfd() usage [coverity scan]Karel Zak2019-05-151-1/+5