created | 2020-12-21T13:41:30Z |
---|---|
begin | 2020-12-10T12:24:06Z |
end | 2020-12-10T12:53:03Z |
path | src/sys |
commits | 2 |
date | 2020-12-10T12:52:49Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/net80211/ieee80211_input.c | log | diff | annotate |
message |
Fix double-free on error in ieee80211_amsdu_decap(). Bug was introduced by my previous commit to this file. ok tobhe@ |
date | 2020-12-10T12:53:03Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/net80211/ieee80211_crypto.c | log | diff | annotate |
message |
ieee80211_decrypt must use m_freem() instead of m_free() Patch by zxystd from the OpenIntelWireless project (drivers for macOS) ok tobhe@ |