bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: connect() access bytes after socket address


From: Roland McGrath
Subject: Re: connect() access bytes after socket address
Date: Fri, 1 Mar 2013 09:39:17 -0800 (PST)

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]