aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/git:/git.zx2c4.com/ssh:
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 /include/linux/nfsd/git:/git.zx2c4.com/ssh:
parentnet: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c (diff)
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 'include/linux/nfsd/git:/git.zx2c4.com/ssh:')
0 files changed, 0 insertions, 0 deletions
lass='onhover' src='https://seccdn.libravatar.org/avatar/9ec16e18c2bf1b2893191c0f3e3aed0b?s=128&d=retro' />David Howells1-1/+1 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2 2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2 2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2 2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1 2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1 2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1 2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+2 2016-03-16vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin1-0/+2 2015-12-06vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin1-3/+2 2015-12-06vfs: show_mountinfo: cleanup error code checksDmitry V. Levin1-9/+11 2015-12-06vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin1-1/+1 2015-06-30fs: use seq_open_private() for proc_mountsYann Droneaud1-18/+16 2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-0/+1 2014-12-17vfs: make mounts and mountstats honor root dir like mountinfo doesDmitry V. Levin1-2/+11 2014-12-17vfs: cleanup show_mountinfoDmitry V. Levin1-2/+1 2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-5/+3 2014-04-01reduce m_start() cost...Al Viro1-0/+1 2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin1-6/+1 2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro1-4/+4 2012-07-14get rid of magic in proc_namespace.cAl Viro1-4/+3 2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-2/+2 2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2 2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro1-1/+1 2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro1-8/+9 2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-5/+6 2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-0/+331