Re: [PATCH net] unix: correctly track in-flight fds in sending process user_struct

2016-02-08 Thread David Miller
From: Hannes Frederic Sowa Date: Wed, 3 Feb 2016 02:11:03 +0100 > The commit referenced in the Fixes tag incorrectly accounted the number > of in-flight fds over a unix domain socket to the original opener > of the file-descriptor. This allows another process to arbitrary > deplete the original

[PATCH net] unix: correctly track in-flight fds in sending process user_struct

2016-02-02 Thread Hannes Frederic Sowa
The commit referenced in the Fixes tag incorrectly accounted the number of in-flight fds over a unix domain socket to the original opener of the file-descriptor. This allows another process to arbitrary deplete the original file-openers resource limit for the maximum of open files. Instead the send