Marius Strobl 8b8d90931d - Given that the controlling expression of the receive loop in iflib_rxeof()
tests for avail > 0, avail can never be 0 within that loop. Thus, move
  decrementing avail and budget_left into the loop and before the code which
  checks for additional descriptors having become available in case all the
  previous ones have been processed but there still is budget left so the
  latter code works as expected. [1]
- In iflib_{busdma_load_mbuf_sg,parse_header}(), remove dead stores to m
  and n respectively. [2, 3]
- In collapse_pkthdr(), ensure that m_next isn't NULL before dereferencing
  it. [4]
- Remove a duplicate assignment of segs in iflib_encap().

Reported by:	Coverity
CID:		1356027 [1], 1356047 [2], 1368205 [3], 1356028 [4]
2018-07-22 17:45:44 +00:00
..
2018-05-31 09:11:21 +00:00
2018-05-19 05:27:49 +00:00
2018-03-23 16:56:44 +00:00
2018-07-09 11:03:28 +00:00
2018-07-09 11:03:28 +00:00
2017-02-06 08:49:57 +00:00
2018-07-09 11:03:28 +00:00
2016-05-03 18:05:43 +00:00
2018-07-09 11:03:28 +00:00
2018-05-19 05:27:49 +00:00
2018-07-09 11:03:28 +00:00
2018-03-23 16:56:44 +00:00
2018-03-23 16:56:44 +00:00
2018-07-12 18:07:28 +00:00
2018-06-16 19:21:09 +00:00
2017-07-24 03:59:50 +00:00