commit | 9ea1edd140f737e15e0b2ada20c0d8cde599cc21 | [log] [tgz] |
---|---|---|
author | James Zmuda <jzmuda@qca.qualcomm.com> | Thu Apr 18 18:20:54 2013 -0700 |
committer | Gopichand Nakkala <gnakkala@qca.qualcomm.com> | Wed Apr 24 22:16:53 2013 -0700 |
tree | d15517e25fac5ce6b6eaf2da335246447ec51e4c | |
parent | 8c9e99ffb85fe78f8e739e7b4f37cc143496d05f [diff] |
wlan: clear ChannelList everywhere it is freed In csrNeighborRoamPerformBgScan() we are seeing invalid dereferences of the ChannelList array. To insure that uninitialized values of ChannelList array are never mistakenly dereferenced we need to insure that the ChannelList pointer is cleared everywhere that ChannelList is freed. CRs-Fixed: 475814 Change-Id: I98bf58dfff9eeaff8344445b78f126cb2a17e3b1