Skip to content
Commit 4c21daae authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

tipc: Fix NULL pointer dereference in __tipc_sendstream()



tipc_sendstream() may send zero length packet, then tipc_msg_append()
do not alloc skb, skb_peek_tail() will get NULL, msg_set_ack_required
will trigger NULL pointer dereference.

Reported-by: default avatar <syzbot+8eac6d030e7807c21d32@syzkaller.appspotmail.com>
Fixes: 0a3e060f

 ("tipc: add test for Nagle algorithm effectiveness")
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eae9d3c0
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