diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-03-27 11:53:37 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-28 21:10:35 +0100 |
commit | a39ee449f96a2cd44ce056d8a0a112211a9b1a1f (patch) | |
tree | 0a28633b16e59b3ce6211daf4f34466ad0129430 /net/bridge/br_vlan.c | |
parent | vhost: fix total length when packets are too short (diff) | |
download | linux-a39ee449f96a2cd44ce056d8a0a112211a9b1a1f.tar.xz linux-a39ee449f96a2cd44ce056d8a0a112211a9b1a1f.zip |
vhost: validate vhost_get_vq_desc return value
vhost fails to validate negative error code
from vhost_get_vq_desc causing
a crash: we are using -EFAULT which is 0xfffffff2
as vector size, which exceeds the allocated size.
The code in question was introduced in commit
8dd014adfea6f173c1ef6378f7e5e7924866c923
vhost-net: mergeable buffers support
CVE-2014-0055
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_vlan.c')
0 files changed, 0 insertions, 0 deletions