commit | 1345ee6a6d90813f972379fad8b75f17026fc8b2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Mar 06 10:31:05 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Mar 07 12:55:32 2013 +0100 |
tree | 34aa5009c25c2937362318260bbb6aa5c49df4f9 | |
parent | 021fcdc13acbab78589325ae2db0b384b4ee7222 [diff] |
cfg80211: fix potential BSS memory leak and update In the odd case that while updating information from a beacon, a BSS was found that is part of a hidden group, we drop the new information. In this case, however, we leak the IE buffer from the update, and erroneously update the entry's timestamp so it will never time out. Fix both these issues. Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Johannes Berg <johannes.berg@intel.com>