[host.c:92]: (error) Width 32 given in format string (no. 1) is larger than destination buffer 'iface[32]', use %31s to prevent overflowing it.
n = sscanf(buf, "%32s %lx %*x %*x %*x %*x %*x", iface, &if_addr);
Log in to post a comment.