procps/ps
Sami Kerola 9057b18a32 libproc-ng & ps: fix warning reported by smatch
proc/ksym.c +279 read_file(54) info: redundant null check on buf calling free()
proc/ksym.c +330 parse_ksyms(41) info: redundant null check on ksyms_data calling free()
proc/ksym.c +332 parse_ksyms(43) info: redundant null check on ksyms_index calling free()
proc/ksym.c +451 sysmap_mmap(110) info: redundant null check on sysmap_index calling free()
proc/procps.h:74:5: warning: undefined preprocessor identifier 'SHARED'
proc/slab.c +145 parse_slabinfo20(24) error: potential null derefence 'prev'.
proc/slab.c +222 parse_slabinfo11(21) error: potential null derefence 'prev'.
ps/stacktrace.c +131 debug(6) error: snprintf() is printing too much 99 vs 16

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-12-20 17:30:50 +01:00
..
common.h ps: add gettext support 2011-12-20 17:30:45 +01:00
COPYING procps 010114 2002-02-01 22:47:29 +00:00
display.c ps: add gettext support 2011-12-20 17:30:45 +01:00
global.c ps: add gettext support 2011-12-20 17:30:45 +01:00
HACKING procps 010114 2002-02-01 22:47:29 +00:00
help.c ps: add gettext support 2011-12-20 17:30:45 +01:00
Makefile.am ps: add gettext support 2011-12-20 17:30:45 +01:00
output.c misc: compiler warning fixes 2011-12-20 17:30:50 +01:00
parser.c ps: add gettext support 2011-12-20 17:30:45 +01:00
ps.1 ps: new usage function 2011-12-20 17:17:03 +01:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c ps: add gettext support 2011-12-20 17:30:45 +01:00
sortformat.c ps: add gettext support 2011-12-20 17:30:45 +01:00
stacktrace.c libproc-ng & ps: fix warning reported by smatch 2011-12-20 17:30:50 +01:00