c3697eb2a0e87ba741e160f7771a96bc4a713aaa

In expression 1L << err_code if the err_code is more than 32, it is left shifting by more than 32 bits which will result in undefined behavior and will be overflowed. So changing the suffix from 1L to 1ULL as max value of err_code can go up to 63. Change-Id: I6218a1634e982e4f25e5d92d55325ed9bb2658e9 CRs-Fixed: 3627050
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%