diff options
author | 2017-03-30 22:15:10 +0200 | |
---|---|---|
committer | 2017-04-01 11:05:03 +0200 | |
commit | 1bb9914e1730417d530de9ed37e59efdc647146b (patch) | |
tree | 86657e8ac8ebd75547ee47dd558b6ff360228857 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | USB: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously (diff) | |
download | linux-dev-1bb9914e1730417d530de9ed37e59efdc647146b.tar.xz linux-dev-1bb9914e1730417d530de9ed37e59efdc647146b.zip |
cdc-acm: fix possible invalid access when processing notification
Notifications may only be 8 bytes long. Accessing the 9th and
10th byte of unimplemented/unknown notifications may be insecure.
Also check the length of known notifications before accessing anything
behind the 8th byte.
Signed-off-by: Tobias Herzog <t-herzog@gmx.de>
Acked-by: Oliver Neukum <oneukum@suse.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions