Re: netstat: vfprintf %s NULL in " %2d %-5.16s"

2023-06-01 Thread Theo de Raadt
Stuart Henderson wrote: > On 2023-05-31, Benjamin Stürz wrote: > > Hi misc@, > > > > while scrolling through my /var/log/messages I found this entry: > > netstat: vfprintf %s NULL in " %2d %-5.16s" > > > > I tracked down the issue to line 27

Re: netstat: vfprintf %s NULL in " %2d %-5.16s"

2023-05-31 Thread Stuart Henderson
On 2023-05-31, Benjamin Stürz wrote: > Hi misc@, > > while scrolling through my /var/log/messages I found this entry: > netstat: vfprintf %s NULL in " %2d %-5.16s" > > I tracked down the issue to line 278 of /usr/src/usr.bin/netstat/show.c: >> printf(

netstat: vfprintf %s NULL in " %2d %-5.16s"

2023-05-31 Thread Benjamin Stürz
Hi misc@, while scrolling through my /var/log/messages I found this entry: netstat: vfprintf %s NULL in " %2d %-5.16s" I tracked down the issue to line 278 of /usr/src/usr.bin/netstat/show.c: printf(" %2d %-5.16s", rtm->rtm_priority, if_indextoname(rtm->rtm_ind