> I agree. I've worked on a patch, pushed to topgit for later submission.
I hope you did it by adding a common helper function (or perhaps it needs to be macro declaring a local VLA) for at least the cases other than bind. bind needs to be a little different since it needs to do a split, but still it should probably use the common code for getting a normal file name string out of the sockaddr_un and then use file_name_split on that. Thanks, Roland