Skip to content
Commit dff8baa2 authored by Tom Herbert's avatar Tom Herbert Committed by David S. Miller
Browse files

kcm: Call strp_stop before strp_done in kcm_attach



In kcm_attach strp_done is called when sk_user_data is already
set to fail the attach. strp_done needs the strp to be stopped and
warns if it isn't. Call strp_stop in this case to eliminate the
warning message.

Reported-by: default avatar <syzbot+88dfb55e4c8b770d86e3@syzkaller.appspotmail.com>
Fixes: e5571240 ("kcm: Check if sk_user_data already set in kcm_attach"
Signed-off-by: default avatarTom Herbert <tom@quantonium.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0e47079b
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