Searched hist:168860 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ral/
H A Drt2560.cdiff 168860 Thu Apr 19 11:09:57 MDT 2007 sephe - Fix mbuf/node leakage in drivers' raw_xmit().
- For ural(4):
o Fix node leakage in ural_start(), if ural_tx_mgt() fails.
o Fix mbuf leakage in ural_tx_{mgt,data}(), if usbd_transfer() fails.
o In ural_tx_{mgt,data}(), set ural_tx_data.{m,ni} to NULL, if
usbd_transfer() fails, so they will not be freed again in ural_stop().

Approved by: sam (mentor)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.cdiff 168860 Thu Apr 19 11:09:57 MDT 2007 sephe - Fix mbuf/node leakage in drivers' raw_xmit().
- For ural(4):
o Fix node leakage in ural_start(), if ural_tx_mgt() fails.
o Fix mbuf leakage in ural_tx_{mgt,data}(), if usbd_transfer() fails.
o In ural_tx_{mgt,data}(), set ural_tx_data.{m,ni} to NULL, if
usbd_transfer() fails, so they will not be freed again in ural_stop().

Approved by: sam (mentor)

Completed in 236 milliseconds