Home
last modified time | relevance | path

Searched hist:5519724 (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/net/
H A Dxgmac.c5519724a Fri Jul 10 09:19:41 GMT 2020 Mauro Matteo Cascella <mcascell@redhat.com> hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()

A buffer overflow issue was reported by Mr. Ziming Zhang, CC'd here. It
occurs while sending an Ethernet frame due to missing break statements
and improper checking of the buffer size.

Reported-by: Ziming Zhang <ezrakiez@gmail.com>
Signed-off-by: Mauro Matteo Cascella <mcascell@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>