summaryrefslogtreecommitdiffstats
path: root/kernel/cred.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-05-28 22:34:07 +0800
committerDavid S. Miller <davem@davemloft.net>2020-06-01 15:33:24 -0700
commit4c21daae3dbc9f8536cc18e6e53627821fa2c90c (patch)
tree6fe27ee7cb67f7f769a420f7aa329bd1dd24d004 /kernel/cred.c
parenteae9d3c0167df840e821317040efcf0ca6789cb9 (diff)
downloadlinux-4c21daae3dbc9f8536cc18e6e53627821fa2c90c.tar.bz2
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: syzbot+8eac6d030e7807c21d32@syzkaller.appspotmail.com Fixes: 0a3e060f340d ("tipc: add test for Nagle algorithm effectiveness") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/cred.c')
0 files changed, 0 insertions, 0 deletions