From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/6] fix i40e problematic dereference Date: Thu, 21 Apr 2016 12:06:57 +0200 Message-ID: <2527316.bbAjEpdD8d@xps13> References: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 302D7FFA for ; Thu, 21 Apr 2016 12:07:19 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id v188so237728223wme.1 for ; Thu, 21 Apr 2016 03:07:19 -0700 (PDT) In-Reply-To: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-21 11:42, Helin Zhang: > It fixes several problematic dereferences in i40e driver, > reported by Coverity. > > Helin Zhang (6): > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference One patch is enough to fix all the occurences of the same issue.