Andreas Schwab, on mar. 03 avril 2018 23:24:54 +0200, wrote: > On Apr 03 2018, Samuel Thibault <samuel.thiba...@ens-lyon.org> wrote: > > + strncpy (ifr.ifr_name, ifname, IFNAMESIZ - 1); > > That leaves ifr.ifr_name[IFNAMESIZ - 1] uninitialized.
D'oh... If I wasn't seemingly all alone actually working on patches for the Hurd port, I'd tend to have more time to take care... Thanks, Samuel