]> xenbits.xensource.com Git - qemu-upstream-4.3-testing.git/commit
rtl8139: check IP Header Length field
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 15 Jul 2015 17:17:01 +0000 (18:17 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 3 Aug 2015 14:18:02 +0000 (14:18 +0000)
commitaef0ca0ca311ed2d734c369ecc09c300bab11296
treeaa1dd579aeb880f66a1ed392d6612a6fda8c24d3
parent424be45e62cbe579fa2667be44720d79f6f1f04c
rtl8139: check IP Header Length field

The IP Header Length field was only checked in the IP checksum case, but
is used in other cases too.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/rtl8139.c