From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: [PATCH net 0/8] net: fix uninit-values in networking stack Date: Sat, 7 Apr 2018 13:42:35 -0700 Message-ID: <20180407204243.176626-1-edumazet@google.com> Cc: netdev , Eric Dumazet , Eric Dumazet To: "David S . Miller" Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:33544 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752764AbeDGUnR (ORCPT ); Sat, 7 Apr 2018 16:43:17 -0400 Received: by mail-pf0-f194.google.com with SMTP id f15so3167355pfn.0 for ; Sat, 07 Apr 2018 13:43:17 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: It seems syzbot got new features enabled, and fired some interesting reports. Oh well. Eric Dumazet (8): crypto: af_alg - fix possible uninit-value in alg_bind() netlink: fix uninit-value in netlink_sendmsg net: fix rtnh_ok() net: initialize skb->peeked when cloning net: fix uninit-value in __hw_addr_add_ex() dccp: initialize ireq->ir_mark ipv4: fix uninit-value in ip_route_output_key_hash_rcu() soreuseport: initialise timewait reuseport field crypto/af_alg.c | 8 ++++---- include/net/inet_timewait_sock.h | 1 + include/net/nexthop.h | 2 +- net/core/dev_addr_lists.c | 4 ++-- net/core/skbuff.c | 1 + net/dccp/ipv4.c | 1 + net/dccp/ipv6.c | 1 + net/ipv4/inet_timewait_sock.c | 1 + net/ipv4/route.c | 11 ++++++----- net/netlink/af_netlink.c | 2 ++ 10 files changed, 20 insertions(+), 12 deletions(-) -- 2.17.0.484.g0c8726318c-goog