top: respond to library changes regarding self lookups

Just in case, make the old proc_t used in the before()
function static so valgrind doesn't get his panties in
a bunch over the fact the 'cmd' is now dynamic memory.

[ Shouldn't that function, or an equivalent, also be ]
[ part of our new library's implementation? However, ]
[ is it proper for a brand new library to abnormally ]
[ terminate a calling process with a stderr message? ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2015-08-23 00:00:00 -05:00 committed by Craig Small
parent e949b78c30
commit 66cd99270d

View File

@ -2889,8 +2889,8 @@ signify_that:
* No matter what *they* say, we handle the really really BIG and
* IMPORTANT stuff upon which all those lessor functions depend! */
static void before (char *me) {
static proc_t p;
struct sigaction sa;
proc_t p;
int i;
int linux_version_code = procps_linux_version();