diff options
author | Dave Martin <Dave.Martin@arm.com> | 2017-03-27 17:10:54 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-03-29 18:54:17 +0300 |
commit | 502585c7555083d4a949c08350306b9ec196779e (patch) | |
tree | ceadf8d793ceaae32940754291fbd056a7cfa2ce /tools/perf/scripts/python/stackcollapse.py | |
parent | fb411b837b587a32046dc4f369acb93a10b1def8 (diff) | |
download | linux-502585c7555083d4a949c08350306b9ec196779e.tar.xz |
h8300/ptrace: Fix incorrect register transfer count
regs_set() and regs_get() are vulnerable to an off-by-1 buffer overrun
if CONFIG_CPU_H8S is set, since this adds an extra entry to
register_offset[] but not to user_regs_struct.
So, iterate over user_regs_struct based on its actual size, not based on
the length of register_offset[].
Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions