Skip to content
Snippets Groups Projects
Commit 86ff66a3 authored by gwx419604's avatar gwx419604 Committed by Zhang Wei
Browse files

net: wireless: Cypress: fix use-after-free in _dhd_pno_get_for_batch

CVE-2017-0430

Found one possible use-after-free in _dhd_pno_get_for_batch().
In case where "pscan_result->cnt_header==0", the kernel try to
free 'pscan_results' and immediately try to dereference it again.

Change-Id: I53504cdc6ca447547b879c52a2468a82ebd73daf
parent 5cac15c2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment