Skip to content
Snippets Groups Projects
Commit 644ff453 authored by Ashish Kumar Dhanotiya's avatar Ashish Kumar Dhanotiya Committed by Stuart Scott
Browse files

qcacld-2.0: Race condition while using pkt log buffer

There can be a race condition if two different threads use the
pkt log buffer at the same time. This issue can lead to Use-After-Free
of the packet log buffer.

To address this issue, protect the pktlog buffer access using spinlock.

Bug: 35468665
Change-Id: I8098bb78a8e2462e109cee3407683c669f151fd5
CRs-Fixed:  2021363
parent 9ac4d21a
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment