aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2014-09-09 09:11:23 -0300
committerMauro Carvalho Chehab <[email protected]>2014-09-23 16:13:39 -0300
commit7ac95cf59d59473e680937319594ce0719497e98 (patch)
treeb7cb5b002d0e71aacb17868f228d880cf8d5a2cb /tools/perf/scripts/python/syscall-counts.py
parentcf3b576d52c1f0a204f0c8bdecc22a338f7ca5a4 (diff)
[media] firewire: firedtv-avc: fix more potential buffer overflow
"program_info_length" is user controlled and can go up to 4095. The operand[] array has 509 bytes so we need to add a limit here to prevent buffer overflows. The " - 4" in the limit check is because we have 4 bytes more data to add after the memcpy(). [[email protected]: as I merged the version 1 of the patch, I needed to rebase to apply just the differences between v1 and v2] Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions