summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2020-04-06 17:45:52 +0300
committerMichael S. Tsirkin <mst@redhat.com>2020-08-10 10:38:55 -0400
commitcf16fe9243bfa2863491026fc727618c7c593c84 (patch)
tree307e7504e850eb89fca913611f87b5d3fd81a125 /drivers/net
parent2874211fcdb751e2962d68cdb9783fa1ff8eb340 (diff)
downloadlinux-stable-cf16fe9243bfa2863491026fc727618c7c593c84.tar.gz
linux-stable-cf16fe9243bfa2863491026fc727618c7c593c84.tar.bz2
linux-stable-cf16fe9243bfa2863491026fc727618c7c593c84.zip
vdpa: Fix pointer math bug in vdpasim_get_config()
If "offset" is non-zero then we end up copying from beyond the end of the config because of pointer math. We can fix this by casting the struct to a u8 pointer. Fixes: 2c53d0f64c06 ("vdpasim: vDPA device simulator") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/20200406144552.GF68494@mwanda Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions