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

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.cdiff 285340 Thu Jul 09 20:13:54 MDT 2015 dim Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.
Detected by clang 3.7.0 with the warning:

sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c:309:18: error: variable
'rptr' is uninitialized when used here [-Werror,-Wuninitialized]
chp->cq.rptr = rptr;
^~~~

MFC after: 1 week

Completed in 178 milliseconds