util-linux/lib
Ruediger Meier fea1cbf748 misc: never cast void* from malloc(3) and friends
Such cast could hide serious compiler warnings in case we are
missing includes (e.g. <stdlib.h> or "xalloc.h").

See
http://stackoverflow.com/questions/605845/do-i-cast-the-result-of-malloc

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2016-03-07 23:29:27 +01:00
..
Makemodule.am build-sys: add and use openat build conditionals 2016-03-07 15:37:25 +01:00
blkdev.c misc: fix some includes 2016-02-29 13:04:56 +01:00
canonicalize.c lib/canonicalize: make DM canonicalization more robust 2014-05-20 10:11:57 +02:00
color-names.c lib/color: add more ESC seq. 2016-02-17 12:51:15 +01:00
colors.c libsmartcols: don't link with tinfo 2015-07-24 12:57:46 +02:00
cpuset.c misc: safer (and uniform) handling of return value 2016-03-07 15:11:06 +01:00
crc32.c lib/crc32: don't require to modify GPT header 2015-09-24 09:26:42 +02:00
crc64.c lib: fix crc32 and crc64 interger overflows [AddressSanitizer] 2014-12-19 09:10:48 +00:00
env.c build-sys: test for secure_getenv() too. 2013-02-06 12:03:22 +01:00
exec_shell.c exec_shell: prevent basename from modifying env 2016-02-11 13:40:28 +01:00
fileutils.c lib: provide fallback if mkostemp(3) missing 2016-02-29 13:05:18 +01:00
idcache.c lib: define LOGIN_NAME_MAX fallback 2016-02-18 16:54:14 +01:00
ismounted.c lib: fix ismounted includes for FreeBSD 2016-02-18 16:54:32 +01:00
langinfo.c lib: add fallback for nl_langinfo() 2010-11-15 16:42:45 +01:00
linux_version.c lib: [linux_version.c] simplify version parsing 2011-06-20 13:48:40 +02:00
loopdev.c lib: remove openat fallback functions (include/at.h) 2016-03-07 15:33:56 +01:00
mangle.c lib/mangle: remove unused variable 2012-08-13 21:57:34 +02:00
match.c lib/match: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:29:22 +02:00
mbsalign.c lib: include strutils.h for mempcpy() 2016-02-29 13:05:24 +01:00
md5.c md5: fix strict aliasing warnings 2012-10-10 11:23:24 +02:00
monotonic.c include: fix sys/sysinfo.h 2016-02-18 16:54:38 +01:00
pager.c include: add missing includes 2016-02-11 12:31:04 +01:00
path.c lib/path: ifdef path_set_prefix() like in path.h 2016-02-11 13:40:25 +01:00
procutils.c lib: move fopen_at() to fileutils.h, remove at.h 2016-03-07 15:36:00 +01:00
randutils.c mcookie: use lib/randutils 2014-03-26 10:36:18 +01:00
setproctitle.c misc: never cast void* from malloc(3) and friends 2016-03-07 23:29:27 +01:00
strutils.c misc: never cast void* from malloc(3) and friends 2016-03-07 23:29:27 +01:00
strv.c lib/strv: add strv_extendv() 2015-10-01 14:43:05 +02:00
swapprober.c textual: "ambivalent" applies to intentions, "ambiguous" to results 2014-10-01 09:37:03 +02:00
sysfs.c lib: remove openat fallback functions (include/at.h) 2016-03-07 15:33:56 +01:00
terminal-colors.d.5 lib/color: add more ESC seq. 2016-02-17 12:51:15 +01:00
timer.c include: fix sys/sysinfo.h 2016-02-18 16:54:38 +01:00
timeutils.c libcommon: don't include sysinfo.h 2016-02-11 12:31:03 +01:00
ttyutils.c lib/tty: Pass default width to get_terminal_width() 2016-01-06 12:22:07 +01:00