]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r239101:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Aug 2012 19:19:29 +0000 (19:19 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Aug 2012 19:19:29 +0000 (19:19 +0000)
commit7682210961c14663847061eeb65abe8310a8f86f
tree3cad341bc07070c4d2e93404d9a4b625e414cafe
parenteb09833c45d697405dd731159e065d3909231356
MFC r239101:

In cxgb(4), in function iwch_reregister_phys_mem(), initialize the
'npages' variable to zero, to avoid using it uninitialized in certain
cases.

Found by: clang 3.2
Reviewed by: np

git-svn-id: svn://svn.freebsd.org/base/stable/9@239522 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c