]> xenbits.xensource.com Git - qemu-xen-traditional.git/commit
rtl8139: check IP Header Length field
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 15 Jul 2015 17:17:01 +0000 (18:17 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 10 May 2016 18:11:47 +0000 (19:11 +0100)
commit365c8ab4bb5c89bdbac26878b62418c24deafbe1
treeab3a7b14b64c7a2fb748d79f66cec654b9ddda75
parent8d3ca030c3bea00fa7212518f13cec62f41b4d5e
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>
[Backport to qemu-xen-tradition]
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
hw/rtl8139.c