]> git.proxmox.com Git - mirror_qemu.git/commit
net: e1000e: fix an infinite loop issue
authorLi Qiang <liq3ea@gmail.com>
Fri, 10 Feb 2017 02:19:19 +0000 (18:19 -0800)
committerJason Wang <jasowang@redhat.com>
Wed, 15 Feb 2017 03:18:57 +0000 (11:18 +0800)
commit4154c7e03fa55b4cf52509a83d50d6c09d743b77
treea3dfadd929794d9ea5bd6bd80cfa76ee6a8a4602
parent81f17e0d435c3db3a3e67e0d32ebf9c98973211f
net: e1000e: fix an infinite loop issue

This issue is like the issue in e1000 network card addressed in
this commit:
e1000: eliminate infinite loops on out-of-bounds transfer start.

Signed-off-by: Li Qiang <liqiang6-s@360.cn>
Reviewed-by: Dmitry Fleytman <dmitry@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000e_core.c