Files
android_kernel_samsung_sm86…/components
Rahul Gusain 3064b4603c qcacld-3.0: Out of bound access in ML connection
Currently, while fetching pcl for some vdev id, host driver retrieves
the number of ML connection and provide as max index value for vdev list
and info array. This max index  can't be more than
MAX_NUMBER_OF_CONC_CONNECTIONS from functionality perspective.
But static analyzer tool complains that there are chances for out of
bound access of the given arrays while filling the indexes.
So, to fix this, add checks to avoid any such possible out bound access.

Change-Id: I09261e23620df5fc73887c9e5633b408afa66796
CRs-Fixed: 3412348
2023-02-23 00:56:43 -08:00
..
2022-12-07 09:46:47 -08:00
2022-12-20 14:18:51 -08:00
2022-12-29 02:45:59 -08:00
2022-12-27 19:09:43 -08:00
2023-02-12 22:16:04 -08:00