0e1360e3584ff5c3da2f934990e584d2a5472d45

Currently in driver, we use memcpy() to copy data stored in log buffers to multiple fields in the struct tAniHdr. But from kernel 6.1, if FORTIFY_SOURCE feature is enabled, then kernel warns of field-spanning. To resolve this issue, assign a void pointer to the struct and use it in memcpy(). Change-Id: If4d089f4118c573ef57b87b83f9a350da1674b2b CRs-Fixed: 3465600
This is CNSS WLAN Host Driver for products starting from iHelium
Leírás
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%