From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/2] openvswitch tests for nla_nest_start Date: Fri, 20 Jul 2018 12:15:36 -0700 (PDT) Message-ID: <20180720.121536.612580141999331732.davem@davemloft.net> References: <20180718161216.27820-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: pshelar@ovn.org, netdev@vger.kernel.org, dev@openvswitch.org, sthemmin@microsoft.com To: stephen@networkplumber.org Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:53476 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388227AbeGTUFO (ORCPT ); Fri, 20 Jul 2018 16:05:14 -0400 In-Reply-To: <20180718161216.27820-1-sthemmin@microsoft.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Date: Wed, 18 Jul 2018 09:12:14 -0700 > Coverity is looking for bugs here, and a couple of new bugzilla > reports showed up where nla_nest_start return is not checked > for NULL. Series applied and patch #2 queued up for -stable, thanks Stephen.