Re: [PATCH net 0/2] tipc: Better check user provided attributes

2018-04-16 Thread David Miller
From: Jon Maloy Date: Mon, 16 Apr 2018 19:21:44 + > Acked-by: Jon Maloy > > Thank you, Eric. Series applied and patch #1 queued up for -stable, thanks Eric.

RE: [PATCH net 0/2] tipc: Better check user provided attributes

2018-04-16 Thread Jon Maloy
et > Subject: [PATCH net 0/2] tipc: Better check user provided attributes > > syzbot reported a crash in __tipc_nl_net_set() > > While fixing it, I also had to fix an old bug involving TIPC_NLA_NET_ADDR > > Eric Dumazet (2): > tipc: add policy for TIPC_NLA_NET_ADDR >

[PATCH net 0/2] tipc: Better check user provided attributes

2018-04-16 Thread Eric Dumazet
syzbot reported a crash in __tipc_nl_net_set() While fixing it, I also had to fix an old bug involving TIPC_NLA_NET_ADDR Eric Dumazet (2): tipc: add policy for TIPC_NLA_NET_ADDR tipc: fix possible crash in __tipc_nl_net_set() net/tipc/net.c | 2 ++ net/tipc/netlink.c | 5 - 2 files