Date: Wed, 6 Jul 2005 01:51:44 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_node.c ieee80211_node.h Message-ID: <200507060151.j661piIJ063338@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2005-07-06 01:51:44 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_node.c ieee80211_node.h Log: Fix race condition in handling node reference counts for authenticating stations in ap mode. Track when a node's first auth frame is received and use this to decide whether or not to bump the refcnt. This insures we only ever bump the refcnt once. Reviewed by: avatar Approved by: re (scottl) Revision Changes Path 1.57 +16 -2 src/sys/net80211/ieee80211_input.c 1.48 +15 -0 src/sys/net80211/ieee80211_node.c 1.17 +1 -0 src/sys/net80211/ieee80211_node.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507060151.j661piIJ063338>