This should never happen (cmdline[0] should always be non-NULL), but just in case.
@@ -161,7 +161,7 @@ static void select_procs (void)
}
if (!is_omitted(task.XXXID) && task.cmdline) {
if (!is_omitted(task.XXXID) && task.cmdline && *task.cmdline) {
cmd_arg0 = *task.cmdline;
The note is not visible to the blocked user.