Date: Wed, 3 Feb 2010 10:07:43 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_adhoc.c ieee80211_hostap.c ieee80211_ioctl.h ieee80211_sta.c ieee80211_wds.c Message-ID: <201002031008.o13A87WN030171@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2010-02-03 10:07:43 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_adhoc.c ieee80211_hostap.c ieee80211_ioctl.h ieee80211_sta.c ieee80211_wds.c Log: SVN rev 203422 on 2010-02-03 10:07:43Z by rpaulo When taking the AMPDU reorder fastpath, need_tap wasn't being initialized. Initialize on declaration to avoid this. Found with: clang static analyzer Revision Changes Path 1.18 +1 -2 src/sys/net80211/ieee80211_adhoc.c 1.29 +1 -2 src/sys/net80211/ieee80211_hostap.c 1.43 +3 -3 src/sys/net80211/ieee80211_ioctl.h 1.29 +1 -2 src/sys/net80211/ieee80211_sta.c 1.16 +1 -2 src/sys/net80211/ieee80211_wds.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002031008.o13A87WN030171>