Skip to content
Snippets Groups Projects
Commit 9a1875e6 authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Fully fix the memory leaks in sys_accept().


Andi Kleen was right, fput() on sock->file will end up calling
sock_release() if necessary.  So here is the rest of his version
of the fix for these leaks.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2722971c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment