Re: [PATCH] net: drop write-only stack variable

2016-02-07 Thread David Miller
From: David Herrmann Date: Tue, 2 Feb 2016 18:17:54 +0100 > Remove a write-only stack variable from unix_attach_fds(). This is a > left-over from the security fix in: > > commit 712f4aad406bb1ed67f3f98d04c044191f0ff593 > Author: willy tarreau > Date: Sun Jan 10 07:54:56 2016 +010

Re: [PATCH] net: drop write-only stack variable

2016-02-02 Thread Hannes Frederic Sowa
On 02.02.2016 18:17, David Herrmann wrote: Remove a write-only stack variable from unix_attach_fds(). This is a left-over from the security fix in: commit 712f4aad406bb1ed67f3f98d04c044191f0ff593 Author: willy tarreau Date: Sun Jan 10 07:54:56 2016 +0100 unix: properl

Re: [PATCH] net: drop write-only stack variable

2016-02-02 Thread Sergei Shtylyov
Hello. On 02/02/2016 08:17 PM, David Herrmann wrote: Remove a write-only stack variable from unix_attach_fds(). This is a left-over from the security fix in: commit 712f4aad406bb1ed67f3f98d04c044191f0ff593 Author: willy tarreau Date: Sun Jan 10 07:54:56 2016 +0100 u

[PATCH] net: drop write-only stack variable

2016-02-02 Thread David Herrmann
Remove a write-only stack variable from unix_attach_fds(). This is a left-over from the security fix in: commit 712f4aad406bb1ed67f3f98d04c044191f0ff593 Author: willy tarreau Date: Sun Jan 10 07:54:56 2016 +0100 unix: properly account for FDs passed over unix sockets Signe