W-M-R opened a new pull request, #14570:
URL: https://github.com/apache/nuttx/pull/14570
## Summary
1. libc/machine:Add prefixes to libc functions implemented by arch
kasan does not instrument the assembly function,
so it is checked in advance before calling.
If Kasan is not turned on, the speed and space will
be almost unchanged under compiler optimization.
2. libs/machine:strnlen need check return
3. arch_lib.c: close kasan readcheck no return
4. libc: Modify the check length
## Impact
After enabling archlibc, kasan checks will be performed when calling mm api
## Testing
None
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]