https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82948
Sudakshina Das <sudi.das at arm dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sudi.das at arm dot com --- Comment #3 from Sudakshina Das <sudi.das at arm dot com> --- I think this is breaking glibc build on aarch64-none-linux-gnu and arm-none-linux-gnueabihf. ../sysdeps/unix/sysv/linux/if_index.c: In function '__if_nametoindex': ../sysdeps/unix/sysv/linux/if_index.c:46:3: error: 'strncpy' specified bound 16 equals destination size [-Werror=stringop-truncation] strncpy (ifr.ifr_name, ifname, sizeof (ifr.ifr_name));