diff options
author | Duoming Zhou <[email protected]> | 2024-02-29 18:31:53 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-03-05 20:56:13 +0200 |
commit | b4152222e04cb8afeeca239c90e3fcaf4c553b42 (patch) | |
tree | d4e0acd8226fb5a9b2759d98fca1642879664f1a /tools/perf/scripts/python/task-analyzer.py | |
parent | 2422c2158fb51b7ba94e0a8b4ac280c88e0c73a6 (diff) |
wifi: brcm80211: handle pmk_op allocation failure
The kzalloc() in brcmf_pmksa_v3_op() will return null if the
physical memory has run out. As a result, if we dereference
the null value, the null pointer dereference bug will happen.
Return -ENOMEM from brcmf_pmksa_v3_op() if kzalloc() fails
for pmk_op.
Fixes: a96202acaea4 ("wifi: brcmfmac: cfg80211: Add support for PMKID_V3 operations")
Acked-by: Arend van Spriel <[email protected]>
Signed-off-by: Duoming Zhou <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions