Commit f490e5d9 authored by Vinay Gannevaram's avatar Vinay Gannevaram
Browse files

WIFIHAL: Fix use-after-free issue while freeing monitor socket list

During cleanup of monitor socket list, entries are freed
with out being deleted from the list. This results in
accessing memory which was already freed.
Hence deleting the entry before freeing it, so that
list would have only valid entries.

CRs-Fixed: 2463143
Change-Id: Ic746c7527958f238c77ddd4fd6d98cb8abab67bb
parent 2a7211bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment