[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <55DDE255.1010003@qacafe.com>
Date: Wed, 26 Aug 2015 11:59:17 -0400
From: Mike Saal <msaal@...afe.com>
To: netdev@...r.kernel.org
Subject: ss format bug
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 note the whitespace between the '*' and ' %cdreth0:67'
'udp UNCONN 0 0 ** %cdreth0:67* *:* users:(("hostapd",pid=19241,fd=5))'
Attached is my patch for the bug fix, it might be prudent to add more
guard code looking for negative length format codes.
Sincerely, Mike
View attachment "ss.patch" of type "text/x-patch" (465 bytes)
Powered by blists - more mailing lists