From: Johannes Berg Date: Wed, 6 Mar 2013 09:31:05 +0000 (+0100) Subject: cfg80211: fix potential BSS memory leak and update X-Git-Tag: v3.9-rc6~38^2~18^2^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1345ee6a6d90813f972379fad8b75f17026fc8b2;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed