**** Merged from HEAD ****
1999-03-17 Martin Baulig <martin@home-of-linux.org> * first.c, second.c: Fixed a bug that caused a core dump when the sysdeps code does not return all data.
This commit is contained in:
committed by
Martin Baulig
parent
b08968e644
commit
79e756a2f7
@@ -150,7 +150,7 @@ output (pid_t pid)
|
||||
printf ("Proc_Args PID %5d (0x%08lx): %lu - '%s'\n", (int) pid,
|
||||
(unsigned long) data.proc_args.flags,
|
||||
(unsigned long) data.proc_args.size,
|
||||
args);
|
||||
args ? args : "");
|
||||
|
||||
glibtop_free (args);
|
||||
|
||||
|
Reference in New Issue
Block a user