Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2007 03:55:31 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 117711 for review
Message-ID:  <200704090355.l393tV6m054479@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117711

Change 117711 by sam@sam_ebb on 2007/04/09 03:55:27

	use correct malloc bucket for accounting challenge text

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#99 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#99 (text+ko) ====

@@ -975,7 +975,7 @@
 			 * open auth is attempted.
 			 */
 			if (ni->ni_challenge != NULL) {
-				FREE(ni->ni_challenge, M_DEVBUF);
+				FREE(ni->ni_challenge, M_80211_NODE);
 				ni->ni_challenge = NULL;
 			}
 			/* XXX hack to workaround calling convention */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704090355.l393tV6m054479>