CVSROOT: /cvs Module name: src Changes by: dam...@cvs.openbsd.org 2009/09/24 10:03:10
Modified files: sys/net80211 : ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c Log message: do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr() call fails. this double-free was introduced with the M_DUP_PKTHRD to m_dup_pkthdr change that got committed before I had a chance to review it.