original_kernel/net/tipc
Cong Wang e233df0157 tipc: fix a dangling pointer
tsk->group is set to grp earlier, but we forget to unset it
after grp is freed.

Fixes: 75da2163db ("tipc: introduce communication groups")
Reported-by: syzkaller bot
Cc: Jon Maloy <jon.maloy@ericsson.com>
Cc: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-26 17:46:53 +09:00
..
Kconfig
Makefile tipc: introduce communication groups 2017-10-13 08:46:00 -07:00
addr.c
addr.h
bcast.c tipc: improve destination linked list 2017-10-13 08:46:00 -07:00
bcast.h
bearer.c
bearer.h
core.c
core.h
discover.c
discover.h
eth_media.c
group.c tipc: add multipoint-to-point flow control 2017-10-13 08:46:01 -07:00
group.h tipc: guarantee that group broadcast doesn't bypass group unicast 2017-10-13 08:46:01 -07:00
ib_media.c
link.c tipc: fix rebasing error 2017-10-16 21:28:36 +01:00
link.h
monitor.c
monitor.h
msg.c tipc: refactor function filter_rcv() 2017-10-13 08:46:00 -07:00
msg.h tipc: add multipoint-to-point flow control 2017-10-13 08:46:01 -07:00
name_distr.c
name_distr.h
name_table.c tipc: eliminate KASAN warning 2017-10-26 09:38:34 +09:00
name_table.h tipc: introduce group anycast messaging 2017-10-13 08:46:00 -07:00
net.c
net.h
netlink.c
netlink.h
netlink_compat.c
node.c tipc: add new function for sending multiple small messages 2017-10-13 08:46:00 -07:00
node.h tipc: introduce communication groups 2017-10-13 08:46:00 -07:00
server.c tipc: checking for NULL instead of IS_ERR() 2017-10-20 08:34:00 +01:00
server.h
socket.c tipc: fix a dangling pointer 2017-10-26 17:46:53 +09:00
socket.h
subscr.c
subscr.h
sysctl.c
udp_media.c
udp_media.h