]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix use after free
authorAlan Cox <alan@linux.intel.com>
Fri, 13 Jul 2012 14:14:45 +0000 (16:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 13 Jul 2012 14:15:54 +0000 (16:15 +0200)
commitdd55201c96ad7fa894e4fbf7c2ab512d461ab09b
tree49646d515eb82d83e10197df2ac2d2e833b7cae1
parenta3bae03c49719be6b47fc1014ea71c7a06bb8d2c
mac80211: fix use after free

roc is destroyed then roc->started is referenced. Keep a local cache.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/offchannel.c