summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-07-13 13:25:58 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-07-21 12:07:40 -0400
commite603d9d824ff0eda98a65708a7e82112becf2dca (patch)
treeead78be30bfde8b11f6a5b60c3d2712b0136ebd4 /net
parent5d41635195c06fc3116ef3921fe85a9a3ea5ab20 (diff)
mac80211_hwsim: fix use after free
Once the "data" pointer is freed, we can't be iterating to the next item in the list any more so we need to use list_for_each_entry_safe with a temporary variable. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions