mbox series

[PATCH-for-8.2,v2,0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs

Message ID 20231119225102.49227-1-philmd@linaro.org
Headers show
Series hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs | expand

Message

Philippe Mathieu-Daudé Nov. 19, 2023, 10:51 p.m. UTC
Fix a pair of fuzzed bugs.

Patch #1 is reviewed, #2 is new.

Tested with the CAN tests from 'make check-qtest-aarch64'.

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
  hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO

 hw/net/can/xlnx-zynqmp-can.c | 66 ++++++++++++++++++++++++++++++------
 1 file changed, 55 insertions(+), 11 deletions(-)