diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2016-04-29 12:06:50 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-02 03:59:43 +0300 |
commit | 0b86a2a1e5807326f8eb44e9919d0baadeda3a69 (patch) | |
tree | 404940448a1d0328d423331e1390b2e1fb545b28 /net/tipc | |
parent | c489565b536ff5382460273fd9513f0adebec024 (diff) | |
download | linux-0b86a2a1e5807326f8eb44e9919d0baadeda3a69.tar.xz |
cxgb3: fix out of bounds read
An out of bounds read of 2 bytes was discovered in cxgb3 with KASAN.
t3_config_rss() expects both arrays it gets as parameters to have
terminators. setup_rss(), the caller, forgets to add a terminator to
one of the arrays. Thankfully the iteration in t3_config_rss() stops
anyway, but in the last iteration the check for the terminator
is an out of bounds read.
Add the missing terminator to rspq_map[].
Reported-by: Jan Stancek <jstancek@redhat.com>
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions