Snippets for 0xffff 0.10 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/4vgbz7ahq8ra464p9b4668hxp0lwzc6c-0xFFFF-0.10.drv.
-
fiasco.c:119:25: warning: '__builtin_strncpy' output may be truncated copying between 0 and 255 bytes from a string of length 511 [-Wstringop-truncation] 119 | strncpy(fiasco->swver, (char *)buf, length8); | ^ -
fiasco.c:115:25: warning: '__builtin_strncpy' output may be truncated copying between 0 and 255 bytes from a string of length 511 [-Wstringop-truncation] 115 | strncpy(fiasco->name, (char *)buf, length8); | ^ -
fiasco.c:209:33: warning: '__builtin_strncpy' output may be truncated copying between 0 and 255 bytes from a string of length 511 [-Wstringop-truncation] 209 | strncpy(version, (char *)buf, length8); | ^ -
fiasco.c:209:33: warning: '__builtin_strncpy' output may be truncated copying between 0 and 255 bytes from a string of length 511 [-Wstringop-truncation]
-
fiasco.c:243:33: warning: '__builtin_strncpy' output may be truncated copying between 0 and 255 bytes from a string of length 511 [-Wstringop-truncation] 243 | strncpy(layout, (char *)buf, length8); | ^ -
fiasco.c:216:33: warning: '__builtin_strncpy' output may be truncated copying between 0 and 16 bytes from a string of length 511 [-Wstringop-truncation] 216 | strncpy(device, (char *)buf, tmp); | ^