Re: [PATCH v2] unix: escape all null bytes in abstract unix domain socket

2016-11-01 Thread David Miller
From: Isaac Boukris Date: Tue, 1 Nov 2016 02:41:35 +0200 > Abstract unix domain socket may embed null characters, > these should be translated to '@' when printed out to > proc the same way the null prefix is currently being > translated. > > This helps for tools such as netstat, lsof and the p

[PATCH v2] unix: escape all null bytes in abstract unix domain socket

2016-10-31 Thread Isaac Boukris
Abstract unix domain socket may embed null characters, these should be translated to '@' when printed out to proc the same way the null prefix is currently being translated. This helps for tools such as netstat, lsof and the proc based implementation in ss to show all the significant bytes of the