Files
android_kernel_samsung_sm86…/utils/logging
Srinivas Dasari f32ad32109 qcacmn: Define wlan_logging event flags as qdf_bitmap
Currently, wlan_logging event flags is defined as unsigned long
and kernel APIs(set_bit/test_bit/clear_bit) are used to operate
on this. But these APIs might expect an unsigned long array and
static analyzer tool reported the same as OOB access on this.
Use QDF APIs to define the bitmap and to operate on the bitmap
also which takes care of these.

Change-Id: Ied1c5cbfc82dc0185c79278bdaedfbd894527ef9
CRs-Fixed: 3865946
2024-07-16 04:44:42 -07:00
..