From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ying Xue Subject: [net 0/6] tipc: fix uninit-value issues reported by syzbot Date: Mon, 14 Jan 2019 17:22:23 +0800 Message-ID: <1547457749-24831-1-git-send-email-ying.xue@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: syzkaller-bugs@googlegroups.com, tipc-discussion@lists.sourceforge.net To: Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tipc-discussion-bounces@lists.sourceforge.net List-Id: netdev.vger.kernel.org Recently, syzbot complained that TIPC module exits several issues associated with uninit-value type. So, in this series, we try to fix them as many as possible. Ying Xue (6): tipc: fix uninit-value in in tipc_conn_rcv_sub tipc: fix uninit-value in tipc_nl_compat_link_reset_stats tipc: fix uninit-value in tipc_nl_compat_bearer_enable tipc: fix uninit-value in tipc_nl_compat_link_set tipc: fix uninit-value in tipc_nl_compat_name_table_dump tipc: fix uninit-value in tipc_nl_compat_doit net/tipc/netlink_compat.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++- net/tipc/topsrv.c | 2 +- 2 files changed, 50 insertions(+), 2 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 948D0C43387 for ; Mon, 14 Jan 2019 09:32:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E08120659 for ; Mon, 14 Jan 2019 09:32:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726615AbfANJcZ (ORCPT ); Mon, 14 Jan 2019 04:32:25 -0500 Received: from mail5.windriver.com ([192.103.53.11]:53742 "EHLO mail5.wrs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726467AbfANJcZ (ORCPT ); Mon, 14 Jan 2019 04:32:25 -0500 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id x0E9UCOw013459 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 14 Jan 2019 01:30:59 -0800 Received: from pek-yxue-d1.wrs.com (128.224.155.90) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.408.0; Mon, 14 Jan 2019 01:30:26 -0800 From: Ying Xue To: CC: , , Subject: [net 0/6] tipc: fix uninit-value issues reported by syzbot Date: Mon, 14 Jan 2019 17:22:23 +0800 Message-ID: <1547457749-24831-1-git-send-email-ying.xue@windriver.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Message-ID: <20190114092223.C3g7PBSilrdRgSCnSkvY0sBwsyqUy3Wn8x334l6YxdQ@z> Recently, syzbot complained that TIPC module exits several issues associated with uninit-value type. So, in this series, we try to fix them as many as possible. Ying Xue (6): tipc: fix uninit-value in in tipc_conn_rcv_sub tipc: fix uninit-value in tipc_nl_compat_link_reset_stats tipc: fix uninit-value in tipc_nl_compat_bearer_enable tipc: fix uninit-value in tipc_nl_compat_link_set tipc: fix uninit-value in tipc_nl_compat_name_table_dump tipc: fix uninit-value in tipc_nl_compat_doit net/tipc/netlink_compat.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++- net/tipc/topsrv.c | 2 +- 2 files changed, 50 insertions(+), 2 deletions(-) -- 2.7.4