SCTP: Check to make sure file is valid before setting timeout
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 3 Jul 2007 16:47:40 +0000 (12:47 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 6 Jul 2007 00:40:11 +0000 (17:40 -0700)
In-kernel sockets created with sock_create_kern don't usually
have a file and file descriptor allocated to them.  As a result,
when SCTP tries to check the non-blocking flag, we Oops when
dereferencing a NULL file pointer.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found