commit | 70d7fbe0f8c4f6066b67823bbbca6291bd2a2f27 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jun 10 18:43:46 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 10 18:43:46 2010 -0400 |
tree | f7d82b42aedbd30df8bde0f76f60b654679f3178 | |
parent | 3c95290d3fb593145b8ce1163d795a08f05e112c [diff] |
kernelshark: Fix seting of clear task menu The clear_task_menu was being updated by the set_menu_label() helper function. But that function expects a "comm" passed to it. The clear_task_menu may be updated when comm is NULL, and this would cause a strlen(comm) to crash the program. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>