mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
lib/verity/verity.c: In function ‘VERITY_write_sb’: lib/verity/verity.c:200:2: warning: ‘strncpy’ specified bound 32 equals destination size [-Wstringop-truncation] strncpy(algorithm, params->hash_name, sizeof(sb.algorithm));