[netdrvr r8169] fix TX race
- possible tx descriptor index overflow (assume tp->dirty_tx = NUM_TX_DESC/2, tp->cur_tx = NUM_TX_DESC - 1 and watch TxDescArray for example); - the status of an inadequate descriptor is checked. NB: the bug will not necessarily noticed when tx_left == 1.
Showing
Please register or sign in to comment