W-M-R opened a new pull request, #2762: URL: https://github.com/apache/nuttx-apps/pull/2762
## Summary 1. By printing the results, you can know which libc memory APIs in the current system support kasan check; for examples: KASan Test: heap underflow -> PASS KASan Test: heap overflow -> PASS KASan Test: heap use after free -> PASS KASan Test: heap invalid free -> PASS KASan Test: heap double free -> PASS KASan Test: heap poison -> PASS KASan Test: heap unpoison -> PASS KASan Test: heap illegal memchr -> PASS KASan Test: heap illegal memcpy -> PASS KASan Test: heap illegal memcmp -> PASS KASan Test: heap illegal memmove -> PASS KASan Test: heap illegal memset -> PASS KASan Test: heap illegal strcmp -> PASS KASan Test: heap illegal strcpy -> PASS KASan Test: heap illegal strlen -> FAIL KASan Test: heap illegal strncpy -> FAIL KASan Test: heap illegal strchr -> PASS KASan Test: heap illegal strncmp -> PASS KASan Test: heap illegal strnlen -> FAIL KASan Test: heap illegal strrchr -> PASS KASan Test: heap legal memchr -> PASS KASan Test: heap legal memcpy -> PASS KASan Test: heap legal memcmp -> PASS KASan Test: heap legal memmove -> PASS KASan Test: heap legal memset -> PASS KASan Test: heap legal strcmp -> PASS KASan Test: heap legal strlen -> PASS KASan Test: heap legal strlen -> PASS KASan Test: heap legal strncpy -> PASS KASan Test: heap legal strchr -> PASS KASan Test: heap legal strncmp -> PASS KASan Test: heap legal strnlen -> PASS KASan Test: heap legal strrchr -> PASS KASan Test: globals underflow -> PASS KASan Test: globals overflow -> PASS ## Impact None ## Testing Please set CONFIG_TESTING_KASAN to run this test, and open CONFIG_MM_KASAN -- 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]
