commit | a6ced2be06c302402c52dedba97d169d22cce99c | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Tue May 19 16:05:44 2015 +0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed May 27 12:21:43 2015 -0300 |
tree | e03776dd304df329ea7f376028e7a44bf38f6796 | |
parent | bb78ce7d0598fb277290f8ee2443b8f4e0eb7cb2 [diff] |
perf tools: Fix parse_events_error dereferences Parse errors can be reported in struct parse_events_error but the pointer passed is optional and can be NULL. Ensure it is not NULL before dereferencing it. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@gmail.com> Link: http://lkml.kernel.org/r/1432040746-1755-4-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>