Skip to content
Commit d0c6416b authored by Jiang Wang's avatar Jiang Wang Committed by Daniel Borkmann
Browse files

unix: Fix an issue in unix_shutdown causing the other end read/write failures

Commit 94531cfc ("af_unix: Add unix_stream_proto for sockmap") sets
unix domain socket peer state to TCP_CLOSE in unix_shutdown. This could
happen when the local end is shutdown but the other end is not. Then,
the other end will get read or write failures which is not expected.
Fix the issue by setting the local state to shutdown.

Fixes: 94531cfc

 ("af_unix: Add unix_stream_proto for sockmap")
Reported-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
Suggested-by: default avatarCong Wang <cong.wang@bytedance.com>
Signed-off-by: default avatarJiang Wang <jiang.wang@bytedance.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Tested-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
Reviewed-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
Acked-by: default avatarSong Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20211004232530.2377085-1-jiang.wang@bytedance.com
parent b0e875ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment