]> xenbits.xensource.com Git - qemu-upstream-4.5-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:04:40 +0000 (14:04 +0000)
commitc980cb873e1797f55b4208b950e66679bb5d3cdb
treec840480afb79e8aae26e126bbae12599c19f492b
parentc2cedc78984a4d977bde6a65184525cb9874a38c
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>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/net/rtl8139.c