blob: b9ed412b8de90228c5eac9be10f5368b23da4011 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
lan9118 bug peeked received message size not equal to actual received message size
peeked message is not equal to read message
Bug in the code at line:
https://github.com/qemu/qemu/blob/master/hw/net/lan9118.c#L1209
s->tx_status_fifo_head should be s->rx_status_fifo_head
Thanks,
Alfred
|