Searched hist:"1 caff0340f49c93d535c6558a5138d20d475315c" (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/net/ |
H A D | e1000.c | 1caff0340f49c93d535c6558a5138d20d475315c Wed Feb 24 04:13:22 UTC 2021 Jason Wang <jasowang@redhat.com> e1000: switch to use qemu_receive_packet() for loopback
This patch switches to use qemu_receive_packet() which can detect reentrancy and return early.
This is intended to address CVE-2021-3416.
Cc: Prasad J Pandit <ppandit@redhat.com> Cc: qemu-stable@nongnu.org Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|