From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: [PATCH net 0/2] tipc: Better check user provided attributes Date: Mon, 16 Apr 2018 08:29:41 -0700 Message-ID: <20180416152943.103989-1-edumazet@google.com> Cc: netdev , Eric Dumazet , Eric Dumazet To: "David S . Miller" Return-path: Received: from mail-pl0-f65.google.com ([209.85.160.65]:37948 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752177AbeDPP3s (ORCPT ); Mon, 16 Apr 2018 11:29:48 -0400 Received: by mail-pl0-f65.google.com with SMTP id c7-v6so10229507plr.5 for ; Mon, 16 Apr 2018 08:29:47 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: 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 changed, 6 insertions(+), 1 deletion(-) -- 2.17.0.484.g0c8726318c-goog