CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2017/08/23 04:10:56

Modified files:
        sys/dev/pci    : if_txp.c 

Log message:
Prevent trashing of the producer index and descriptor counter

The last change has removed a clause that required caching producer
index and descriptor counter but introduced an early break that can
cause uninitialized values to be stored in the ring header.

Coverity CID 1453170, 1452971

OK visa

Reply via email to