Re: [PATCH] nl80211: Move ACL parsing later to avoid a possible memory leak

2016-07-06 Thread Johannes Berg
On Tue, 2016-07-05 at 13:44 +0530, Purushottam Kushwaha wrote: > No support for pbss results in a memory leak for the acl_data > (if parse_acl_data succeeds). Fix this by moving the ACL parsing > later. > Applied, thanks. johannes -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH] nl80211: Move ACL parsing later to avoid a possible memory leak

2016-07-05 Thread Purushottam Kushwaha
No support for pbss results in a memory leak for the acl_data (if parse_acl_data succeeds). Fix this by moving the ACL parsing later. Fixes: 34d505193bd10 ("cfg80211: basic support for PBSS network type") Signed-off-by: Purushottam Kushwaha --- net/wireless/nl80211.c | 8 1 file changed