Files
android_kernel_samsung_sm86…/umac/cmn_services
Edayilliam Jayadev 6f869404f6 qcacmn: Fix use after free in mgmt Rx REO debug infrastructure
Management Rx event parameters structure is  are accessed for debug
logging, after the frame is queued in the egress/ingress list. The queued
frame might get dropped in the mean time and this may lead to the
freeing of the management Rx event parameters structure. Fix the issue
by splitting the logging into two parts. Required fields of management Rx
event parameter structure are logged before updating the ingress/egress
list.

Change-Id: If7847fa3a7aca1298216aef91f089aa77d94e6a9
CRs-Fixed: 3489094
2023-05-15 01:28:35 -07:00
..