summaryrefslogtreecommitdiff
path: root/include/uapi/linux/mrp_bridge.h
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2020-05-30 05:41:50 +0300
committerDavid S. Miller <davem@davemloft.net>2020-06-01 21:52:59 +0300
commit3e1c6846b9e108740ef8a37be80314053f5dd52a (patch)
tree4c57ea55d26523b47401b18674b7ea1adf01fdf5 /include/uapi/linux/mrp_bridge.h
parent0af413bd3e2de73bcf0742ed556be4af83c71964 (diff)
downloadlinux-3e1c6846b9e108740ef8a37be80314053f5dd52a.tar.xz
net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss()
The value adapter->rss_conf is stored in DMA memory, and it is assigned to rssConf, so rssConf->indTableSize can be modified at anytime by malicious hardware. Because rssConf->indTableSize is assigned to n, buffer overflow may occur when the code "rssConf->indTable[n]" is executed. To fix this possible bug, n is checked after being used. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/mrp_bridge.h')
0 files changed, 0 insertions, 0 deletions