5adc058835e8ab9d71d08d2fd2351a9d38f1d0fd

In the error-path execution stream where number of tso segments in a tso_descriptor, there was an assumption that the number would be > 0 (normal case is 2). When it is zero, a segment at a wrong index (-1=> (4M-1)) was being unmapped, which was a bad access. Add code to make sure that the index in question is in the range. Need still to understand the reason why num_segs were smaller (0) then expected (2). Change-Id: I5d6e16f48f29c98cfb2191cf497f4203ea56a78f CRs-Fixed: 2028808
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%