]> granicus.if.org Git - procps-ng/commit
library: more miscellaneous pids implementation tweaks
authorJim Warner <james.warner@comcast.net>
Tue, 1 Sep 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Thu, 3 Sep 2015 12:37:50 +0000 (22:37 +1000)
commit1b38b751ff09d53641eb5851374461114ee2e9b2
treec5f3d599ce79d01c9a5e720d8d8ddaa240d093d7
parenta61f78d6e03551616718332719da9de266a504e7
library: more miscellaneous pids implementation tweaks

A patch containing the following miscellaneous tweaks:

. make a supposedly robust parameter test truly robust
[ ensure the largest enum value used with validation ]

. remove duplicate item test in cleanup_stack function
[ is already subordinate to test of PROCPS_PIDS_noop ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/pids.c