]> granicus.if.org Git - procps-ng/commit
pgrep: fix potential null derefences [smatch scan]
authorSami Kerola <kerolasa@iki.fi>
Sun, 5 Feb 2012 20:10:53 +0000 (21:10 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 5 Feb 2012 20:13:36 +0000 (21:13 +0100)
commitb2ebca4a6057efc09607362398ff64fb8fc67633
tree53c32a049025daf969b341546be06973335dfc19
parent1689e769e65dd4c42ebffc440003e89197a00723
pgrep: fix potential null derefences [smatch scan]

pgrep.c:137 split_list(19) error: potential null derefence 'list'.
pgrep.c:540 select_procs(106) error: potential null derefence 'list'.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
pgrep.c