Files
android_kernel_samsung_sm86…/htc
Srikanth Marepalli f2063f8aea qcacmn: Fix OOB access issues in HTC and HIF
Possible OOB Access array 'endpoint' of size '9' while calling
'log_packet_info' in below APIs:
get_htc_send_packets_credit_based()
get_htc_send_packets()

INT_MAX may be used to access array 'hif_ext_group->os_irq' of
size 16 in function hif_ipci_irq_set_affinity_hint().

Fix is to add index range check before accessing those arrays.

Change-Id: Iab40fe816d8dfcf1ffbf05987b11378ef0fe2572
CRs-Fixed: 3779968
2024-06-26 02:58:02 -07:00
..
2023-01-14 19:59:53 -08:00
2023-01-14 19:59:53 -08:00