Re: [net80211] mbuf packet leak.

2020-12-10 Thread Stefan Sperling
On Thu, Dec 10, 2020 at 03:29:39PM +0800, zxystd wrote: > The input packet shall be a mbuf chain so we should not only free the single > mbuf. > Alought it is a error path we should not go to. > --- > sys/net80211/ieee80211_crypto.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Yes, thi

[net80211] mbuf packet leak.

2020-12-10 Thread zxystd
The input packet shall be a mbuf chain so we should not only free the single mbuf. Alought it is a error path we should not go to. --- sys/net80211/ieee80211_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto