Snippets for 0xffff 0.10 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/0xFFFF/0.10/27.fc46/data/logs/s390x/build.log.
-
fiasco.c:119:25: warning: ‘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: ‘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:243:33: warning: ‘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: ‘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); | ^ -
fiasco.c:209:33: warning: ‘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); | ^