diff options
author | Alexander Shishkin <[email protected]> | 2016-11-18 13:38:43 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-11-21 11:28:36 +0100 |
commit | e96271f3ed7e702fa36dd0605c0c5b5f065af816 (patch) | |
tree | 06a8a4bb58ff3d0700ce8b224c2282bbf79247f0 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | e40ed1542dd779e5037a22c6b534e57127472365 (diff) |
perf/core: Fix address filter parser
The token table passed into match_token() must be null-terminated, which
it currently is not in the perf's address filter string parser, as caught
by Vince's perf_fuzzer and KASAN.
It doesn't blow up otherwise because of the alignment padding of the table
to the next element in the .rodata, which is luck.
Fixing by adding a null-terminator to the token table.
Reported-by: Vince Weaver <[email protected]>
Tested-by: Vince Weaver <[email protected]>
Signed-off-by: Alexander Shishkin <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected] # v4.7+
Fixes: 375637bc524 ("perf/core: Introduce address range filtering")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions