From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AA382A034E; Wed, 9 Feb 2022 02:37:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6BEC4410F3; Wed, 9 Feb 2022 02:37:30 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id EF35F4067E for ; Wed, 9 Feb 2022 02:37:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644370649; x=1675906649; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=PxT2PlHic98sGp2HyGqCDpyZaM6oruaiPfoDtoZdMsk=; b=e5bAZ1LgFprJSqH1b19h+PTYJxQkyDu6B2xAcpPjXnrzZ0Em/wgxOE90 I19arOLXny87mcKias5L3RXtBkab/w2Cyj53zisxZR66jHirrpyYXVaGO 0PT7ITASoUiJTswMUgHRYFUDz7guRcq6aXcvNaFl6xzq/cfw2cjestDsl 21/Fm4XLu7eyHc6mcTJ0xOMIame2JYIdAJhmm17MhrAdHj9gL+A5bglTN 5VnnkWBmbHgxQzb6hMi8QdS6GZGiCVbsk7Kk8kuNflRg0IzIHPlL4t3LH xOQjFiNofEexQ61kmMD3L578Klc+/pOyRx+kVKHKnvnQdD2YX7bZ5D4ld A==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="249302797" X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="249302797" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 17:37:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="482155548" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 08 Feb 2022 17:37:27 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 8 Feb 2022 17:37:26 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 9 Feb 2022 09:37:25 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Wed, 9 Feb 2022 09:37:25 +0800 From: "Zhang, Qi Z" To: Weiguo Li , "Wu, Jingjing" CC: "Nicolau, Radu" , "dev@dpdk.org" Subject: RE: [PATCH v2] net/iavf: fix null pointer dereference Thread-Topic: [PATCH v2] net/iavf: fix null pointer dereference Thread-Index: AQHYFCuY7jgc04hFCE6zUdsEwwIPJKyKgr+Q Date: Wed, 9 Feb 2022 01:37:25 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Weiguo Li > Sent: Friday, January 28, 2022 5:43 PM > To: Wu, Jingjing > Cc: Nicolau, Radu ; dev@dpdk.org > Subject: [PATCH v2] net/iavf: fix null pointer dereference >=20 > Check for memory allocation failure is added to avoid null pointer > dereference. >=20 > Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") >=20 > Signed-off-by: Weiguo Li > Acked-by: Radu Nicolau Applied to dpdk-next-net-intel. Thanks Qi