commit | 843f7c333f27c399297edaf03da8ff93baa5a250 | [log] [tgz] |
---|---|---|
author | gaurank kathpalia <gkathpal@codeaurora.org> | Mon Jul 02 18:04:14 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Wed Jul 04 10:22:06 2018 -0700 |
tree | a9d039f82451265d55443d44dfc8e2034012e364 | |
parent | f05e3a0e8fe6c6b4ed92b53414403d7807a7751a [diff] |
qcacld-3.0: Fix pointer dereference condition In the API hdd_update_tgt_cfg, the driver extracts hdd_ctx from context, and it may happen that the context is NULL, which may cause pointer dereference in the same API Fix is to have a NULL check for hdd_ctx Change-Id: I9216e0fb72d1825af10445c52448c102603f7e13 CRs-Fixed: 2259401