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 <w...@1wt.eu>
Date: Sun Jan 10 07:54:56 2016 +0100
unix: properly account for FDs passed over unix sockets
Signed-off-by: David Herrmann <dh.herrm...@gmail.com>
I don't think this specifically needs a Fixes tag. Seems more like a
clean-up.
Anyway, I also noticed this during review and it can be removed safely.
Acked-by: Hannes Frederic Sowa <han...@stressinduktion.org>
Thanks,
Hannes