Skip to content
Commit cd0f6421 authored by YueHaibing's avatar YueHaibing Committed by Jakub Kicinski
Browse files

tipc: check skb_linearize() return value in tipc_disc_rcv()

If skb_linearize() fails in tipc_disc_rcv(), we need to free the skb instead of
handle it.

Fixes: 25b0b9c4

 ("tipc: handle collisions of 32-bit node address hash values")
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Acked-by: default avatarJon Maloy <jmaloy@redhat.com>
Link: https://lore.kernel.org/r/20221119072832.7896-1-yuehaibing@huawei.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 5916380c
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