• François Romieu's avatar
    [netdrvr r8169] fix TX race · 0c998ab4
    François Romieu authored
    - 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.
    0c998ab4
r8169.c 40.2 KB