commit | 2e5c914b6b8c7740dc9beedda4c4442c402ca0d0 | [log] [tgz] |
---|---|---|
author | Madan Mohan Koyyalamudi <c_mkoyya@qca.qualcomm.com> | Fri Nov 02 13:17:48 2012 -0700 |
committer | Jeff Johnson <jjohnson@qca.qualcomm.com> | Fri Nov 30 15:07:44 2012 -0800 |
tree | 254fc0610c511f47254282580710d198c9485572 | |
parent | 4e31b1342f41c8d42d336a12dc74faefdae15e54 [diff] |
wlan: prima: null check after kzalloc The existing logic in wlan_hdd_cfg80211_inform_bss_frame() will dereference a NULL pointer if the memory allocation for 'mgmt' fails. Perform a NULL check on the allocation before using it. Change-Id: I6458425fcba69e954bafc4b223a719a1fc9f2036 CR-Fixed: nNA