mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-16 19:23:22 +08:00

mbedtls/library/alignment.h:98:5: warning: writing 4 bytes into a region of size 0 [-Wstringop-overflow=] 98 | memcpy(p, &x, sizeof(x)); | ^~~~~~~~~~~~~~~~~~~~~~~~ mbedtls/library/cmac.c: In function 'mbedtls_cipher_cmac_finish': mbedtls/library/cmac.c:288:19: note: at offset 20 into destination object 'M_last' of size 16 288 | unsigned char M_last[MBEDTLS_CIPHER_BLKSIZE_MAX]; | ^~~~~~ Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>