diff options
author | Alexey Dobriyan <adobriyan@sw.ru> | 2007-03-26 21:09:52 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-03-26 21:09:52 (GMT) |
commit | 79f4f6428f6ceb9af57330092271bda028c23a96 (patch) | |
tree | e73a452517b3e6f8cc5c583a3e0174b039ccc5a2 /fs/dquot.c | |
parent | 165de5b7f2719c1984956504128545839762d635 (diff) | |
download | linux-79f4f6428f6ceb9af57330092271bda028c23a96.tar.xz |
[NET]: Correct accept(2) recovery after sock_attach_fd()
* d_alloc() in sock_attach_fd() fails leaving ->f_dentry of new file NULL
* bail out to out_fd label, doing fput()/__fput() on new file
* but __fput() assumes valid ->f_dentry and dereferences it
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/dquot.c')
0 files changed, 0 insertions, 0 deletions