From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [Patch nf] ipvs: initialize tbl->entries after allocation Date: Fri, 27 Apr 2018 00:21:15 +0200 Message-ID: <20180426222115.dk2xeikoaljqqiwe@salvia> References: <20180423205341.13142-1-xiyou.wangcong@gmail.com> <20180426121423.5c7iy2ddhjy2clzf@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Julian Anastasov , Cong Wang , netdev@vger.kernel.org, lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org To: Simon Horman Return-path: Received: from mail.us.es ([193.147.175.20]:35368 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754539AbeDZWVT (ORCPT ); Thu, 26 Apr 2018 18:21:19 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 7CA53443831 for ; Fri, 27 Apr 2018 00:20:38 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 6CAF7DA4F8 for ; Fri, 27 Apr 2018 00:20:38 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180426121423.5c7iy2ddhjy2clzf@verge.net.au> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Apr 26, 2018 at 02:14:25PM +0200, Simon Horman wrote: > On Tue, Apr 24, 2018 at 08:16:14AM +0300, Julian Anastasov wrote: > > > > Hello, > > > > On Mon, 23 Apr 2018, Cong Wang wrote: > > > > > tbl->entries is not initialized after kmalloc(), therefore > > > causes an uninit-value warning in ip_vs_lblc_check_expire() > > > as reported by syzbot. > > > > > > Reported-by: > > > Cc: Simon Horman > > > Cc: Julian Anastasov > > > Cc: Pablo Neira Ayuso > > > Signed-off-by: Cong Wang > > > > Thanks! > > > > Acked-by: Julian Anastasov > > Thanks. > > Pablo, could you take this into nf? > > Acked-by: Simon Horman Done, thanks Simon.