commit | c9ca373ba978ae7c9d4a1336b54926c41e6fbd8a | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@qca.qualcomm.com> | Wed Mar 27 11:31:03 2013 -0700 |
committer | Gopichand Nakkala <gnakkala@qca.qualcomm.com> | Mon Apr 01 14:59:31 2013 -0700 |
tree | dd10c985b5ecb6bf39759b75e1c8958af792d418 | |
parent | 27cee452e66cb97a1232c32e1855f2f89d1580f7 [diff] |
wlan: Fix cases of dereference before NULL check in P2P code Static source code analysis identified two cases where a frame pointer was being dereferenced prior to it being checked for NULL. Rearrange the code so that NULL checking is performed before the pointer is dereferenced. Change-Id: If125ad4dbc8d908bfd7aeaba1c81ef6092c41eb7