You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building at least an arm64 defconfig for next 20231220 using GCC 10 we see:
3 include/linux/fortify-string.h:57:29: error: '__builtin_memcpy' offset 32 is out of the bounds [0, 0] [-Werror=array-bounds]
2 security/security.c:810:2: error: 'memcpy' offset 32 is out of the bounds [0, 0] [-Werror=array-bounds]
due to struct lsm_ctx.
The text was updated successfully, but these errors were encountered:
Building at least an arm64 defconfig for next 20231220 using GCC 10 we see:
due to struct lsm_ctx.
The text was updated successfully, but these errors were encountered: