-
- Downloads
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
Loading
Please register or sign in to comment