Re: ss format bug

2015-08-31 Thread Stephen Hemminger
On Wed, 26 Aug 2015 11:59:17 -0400 Mike Saal wrote: > Hi: > > I found a formatting bug in the 4.1.1 ss command. The following line was > incorrectly output due to passing a negative length to printf() when > displaying the local address. In this instance hostapd does a "bind to > device" on c

ss format bug

2015-08-26 Thread Mike Saal
Hi: I found a formatting bug in the 4.1.1 ss command. The following line was incorrectly output due to passing a negative length to printf() when displaying the local address. In this instance hostapd does a "bind to device" on cdreth0 and then does a udp "in address any" port 67 bind. Please