e949b78c30
The patch below is where most proc_t fixed size arrays became simple pointers to char. In that commit changes to the above function were made so that dynamic memory was freed which included the program name (cmd) field. That change was prompted by a valgrind reported memory leak during development that no longer seems to exist. However, by keeping the look_up_our_self() changes the ps command without args then fails to report anything. So this patch just restores the expected old behavior. Reference(s): commit 3881a0844afe4d1b3cd512b2c2fd79e11bb0ed06 Signed-off-by: Jim Warner <james.warner@comcast.net>