]> xenbits.xensource.com Git - qemu-upstream-unstable.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 13:52:18 +0000 (13:52 +0000)
commit5f7cccedaaa8dac367f3dbda857f57e915d8e775
tree047f5e5829f58721090b3b425e95b9355dd653a4
parentfa1d29345aa1140d70d4962327f382f9866e6fcb
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