From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] bond: static analysis issues fix Date: Thu, 18 Dec 2014 00:43:24 +0100 Message-ID: <2863111.SnXXXXTDLa@xps13> References: <1418663630-27409-1-git-send-email-declan.doherty@intel.com> <1418816819-13517-1-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Declan Doherty Return-path: In-Reply-To: <1418816819-13517-1-git-send-email-declan.doherty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > -v3: > Split patches > > -v2: > Incorporates Pawel's comments regarding assertion's check on activate_slave array indexing > > Fixes for link bonding library identified by static analysis tool > > - Overflow assert for active_slaves array in activate_slave function > - Allocation check of pci_id_table in rte_eth_bond_create > - Use of eth_dev pointer in mac_address_get/set before NULL check > > > Declan Doherty (3): > bond: add bounds check before assigning active slave count value > bond: fix pci_id_table allocation check in rte_eth_bond_create > bond: eth_dev parameter used before NULL check mac_address_get/set Applied Thanks -- Thomas