mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
perf version: Fix segfault due to missing OPT_END()
[ Upstream commit 916c31fff9 ]
'perf version' on powerpc segfaults when used with non-supported
option:
# perf version -a
Segmentation fault (core dumped)
Fix this.
Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Tested-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20190611030109.20228-1-ravi.bangoria@linux.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
abfe761a53
commit
d60e8c0cbc
|
|
@ -19,6 +19,7 @@ static struct version version;
|
|||
static struct option version_options[] = {
|
||||
OPT_BOOLEAN(0, "build-options", &version.build_options,
|
||||
"display the build options"),
|
||||
OPT_END(),
|
||||
};
|
||||
|
||||
static const char * const version_usage[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user