feat(spi_nand_flash): Add SIO (full-duplex) and DIO mode support #476
GitHub Advanced Security / clang-tidy
succeeded
Feb 28, 2025 in 3s
No new alerts in code changed by this pull request
Annotations
Check warning on line 161 in spi_nand_flash/src/spi_nand_oper.c
Code scanning / clang-tidy
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling] Warning
Loading