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 621F0A0C50; Wed, 21 Jul 2021 13:45:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC9FC4014D; Wed, 21 Jul 2021 13:45:52 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id A4E1340143 for ; Wed, 21 Jul 2021 13:45:51 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id EA4FF5C00F2; Wed, 21 Jul 2021 07:45:49 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 21 Jul 2021 07:45:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= j/n7x+iPtQOXruxdDOaoyAAhDNeRC7LhxhQBkeaaNMk=; b=n+RhCpZP4Zis1BNC ofnQ64YQVs/sUqatiyPkjM1fwX/RNW5tqbL2vuE8zSS8tmt2iGd7W3bY0yfE43eg tr4pxhgct509pTlnHn93mLq3CsZW4l65wTg615NdOnSs/+CJD74Vih2vC2EYR1wl PpcAzZ5J1OQbH9LUuGvYSW2axrpPVYCy2zJSMCO3A5VfBYVXHF+pJyL18jSAmDDM Grj23eKPut7viOhFHPUyYuKUCo2tzWnkLtNTIzgqZk++Dlw3epe4IvT3sJJ3lsAp yYCh2pl4L1GohLkEh6F9noZx4YdltyGKMMhOqwLpcWlexPtpn8MT3zu+EsRlMNmb juV4Uw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=j/n7x+iPtQOXruxdDOaoyAAhDNeRC7LhxhQBkeaaN Mk=; b=axUYxq2blPh+OEw1YV4KSOiCbvkyCA3guugpN0XGirB4VMPEfAiJuEtK0 RoJiv2EOZun00mBvF3DPKtfBVw3UMicenJxH2QpLjnFakTHo37tbTHiBwRnao2Me xXi8NO53BsbNa3GPNAAIBexdpNFc+NzKDogB863hEWKm6SyfMIfy27t1gBIwIDdG b9kp7UNKmPHUJMbStw1FukQIu17Q57iTw8gFTZOIc3jgCpOpSa/tnS/IWc84w3cI w0Yr+DTAjsgyjB+vnwjQk48g33w6szQUyArt4eATTzyhwqUP1he/k4mpuKfqxmpL OECOrq8fWhKdm/MuUmpTwcZOSDhMA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeggdegfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 21 Jul 2021 07:45:49 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Wed, 21 Jul 2021 13:46:01 +0200 Message-ID: <3191932.PfrrGfLn0g@thomas> In-Reply-To: <20210712181833.15293-2-cristian.dumitrescu@intel.com> References: <20210712181833.15293-1-cristian.dumitrescu@intel.com> <20210712181833.15293-2-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] examples/pipeline: fix incorrect array out of bounds check 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 Sender: "dev" 12/07/2021 20:18, Cristian Dumitrescu: > Fix the incorrect array out of bounds check within the function > pipeline_selector_group_member_read(). > > Coverity issue: 371911 > Fixes: 598fe0dd0d8e3 ("examples/pipeline: support selector table") > > Signed-off-by: Cristian Dumitrescu Pathset applied, thanks.