commit | fcd8e312578603626f0d78084d7ec2e444489aa4 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 26 15:32:55 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 15 15:28:49 2014 -0800 |
tree | ff19bd078056b8892d88019886259c95ec4adc41 | |
parent | 59d2a52eb56dcdaec3c81c456bf408cbab13bde6 [diff] |
virtio_net: don't leak memory or block when too many frags We leak an skb when there are too many frags, we also stop processing the packet in the middle, the result is almost sure to be loss of networking. Reported-by: Michael Dalton <mwdalton@google.com> Acked-by: Michael Dalton <mwdalton@google.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>