]> xenbits.xensource.com Git - qemu-upstream-4.2-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:22:45 +0000 (14:22 +0000)
commite721b75d1d69f80c229b1997e1ddf88067bebf69
treed68a04f4ad4442af923e6599bfa17a1f016acc0b
parentb70113afe4e51f8ac69840aa2a873e398a4c3436
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