Loading net/unix/af_unix.c +1 −1 Original line number Diff line number Diff line Loading @@ -1967,7 +1967,7 @@ static int unix_stream_recvmsg(struct kiocb *iocb, struct socket *sock, struct sk_buff *skb, *last; unix_state_lock(sk); if (sock_flag(sg, SOCK_DEAD)) { if (sock_flag(sk, SOCK_DEAD)) { err = -ECONNRESET; goto unlock; } Loading Loading
net/unix/af_unix.c +1 −1 Original line number Diff line number Diff line Loading @@ -1967,7 +1967,7 @@ static int unix_stream_recvmsg(struct kiocb *iocb, struct socket *sock, struct sk_buff *skb, *last; unix_state_lock(sk); if (sock_flag(sg, SOCK_DEAD)) { if (sock_flag(sk, SOCK_DEAD)) { err = -ECONNRESET; goto unlock; } Loading