procps/proc
Craig Small 4f6b8c9c60 library: slab sort derefence after check
procps_slabnode_stacks_sort() would check if stacks was NULL
*after* the pointer was derefenced in the initialisation of
the variable p.

p is now assigned after the check.

References:
 Coverity #99160
2016-05-14 22:32:35 +10:00
..
.gitignore tests: update template and add pids 2016-04-19 21:33:02 +10:00
alloc.c
alloc.h
COPYING
devname.c
devname.h
diskstat.c misc: Few more resource leak fixes 2016-05-03 21:58:13 +10:00
diskstat.h
escape.c
escape.h
libprocps.pc.in
libprocps.sym library: improve/normalize an interface, <MEMINFO> api 2016-05-12 07:51:10 +10:00
meminfo.c library: remove the ull_int result type, <MEMINFO> api 2016-05-12 21:15:01 +10:00
meminfo.h library: remove the ull_int result type, <MEMINFO> api 2016-05-12 21:15:01 +10:00
namespace.c
namespace.h
openproc.3
pids.c library: fix boo-boo left by earlier patch, <PIDS> api 2016-04-26 22:27:16 +10:00
pids.h library: changed use of 'fill' to 'select', <pids> API 2016-04-19 20:38:18 +10:00
procps-private.h
procps.h library: rename those readstat.c & h sources to 'stat' 2016-04-26 22:27:16 +10:00
pwcache.c
pwcache.h
readproc.3
readproc.c library: remove remaining 'likely' & 'unlikely' macros 2016-04-18 19:29:41 +10:00
readproc.h
readproctab.3
slab.c library: slab sort derefence after check 2016-05-14 22:32:35 +10:00
slab.h
stat.c library: allow negative delta values for 2, <STAT> api 2016-05-12 21:13:47 +10:00
stat.h library; add more of my gratuitous changes, <STAT> api 2016-05-12 07:51:10 +10:00
sysinfo.c library: correct the procps_pid_length() +1 distortion 2016-04-18 19:29:41 +10:00
sysinfo.h library: remove an obsolete 'jiffs' typedef in sysinfo 2016-05-08 21:12:22 +10:00
test_namespace.c tests: update template and add pids 2016-04-19 21:33:02 +10:00
test_pids.c tests: update template and add pids 2016-04-19 21:33:02 +10:00
test_sysinfo.c tests: update template and add pids 2016-04-19 21:33:02 +10:00
test_uptime.c library: procps_uptime() return value is a status 2016-05-01 16:50:25 +10:00
test_version.c library: Fix LINUX_VERSION macro 2016-05-01 17:46:25 +10:00
uptime.c library: procps_uptime() return value is a status 2016-05-01 16:50:25 +10:00
uptime.h
version.c
version.h library: Fix LINUX_VERSION macro 2016-05-01 17:46:25 +10:00
vmstat.c
vmstat.h
wchan.c
wchan.h