[pktsetup.c:145]: (error) Width 64 give n in format string (no. 2) is larger than destination buffer 'name[64]', use %63 s to prevent overflowing it.
while (fscanf(f, " %d %64s", &minor, name) == 2) {
Log in to post a comment.