From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 565E4A00E6 for ; Wed, 10 Jul 2019 23:49:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 024F35B3E; Wed, 10 Jul 2019 23:49:01 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 32DAC322C; Wed, 10 Jul 2019 23:48:58 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id B34B73D7; Wed, 10 Jul 2019 17:48:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 10 Jul 2019 17:48:57 -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=mesmtp; bh=kJwwg9n1rJYHdH2rdrmomlmA2NPCB0pxu7fD0yij5KA=; b=stK6iaq9nWs0 DhWj2ZEJDsSSc0qvbrVCZbg1Nl4ab7letD0yEk3YuywwFQmqFtItivaNkjqb9vJp hzRLtrB1y6XmJbZXesHy9ZK20qQoWmf/dFZuD3KeaesxgALUzK5KhGyi8QCAsyDH RlLGKLVRxMYlq8RJPbfeW3p2DdYZ+OA= 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=kJwwg9n1rJYHdH2rdrmomlmA2NPCB0pxu7fD0yij5 KA=; b=U7KmKAw6KoC0SuVOVPT/6oliHgt9tguGevoC436euYAHn1UYkRJ9GWIj1 XMcSdmuvVgOmG+LI7ySJtYjuAgGIniziyGXY6ketUmJgAFahJJBhhh+XuRRoDcXK VuLsPyUANUmTZRfdu9KxhbBjVAek2odyczd60oYSKKjF9BgOe8/2pXCHDfaLV6Zn tvAm1OztitEfGjruMyLvi4SSPiQkPlEeVLUw+kW0Kolz+g/fDTCYVxd6qZdjLqLT 0nZl15UUqCIkt6uYDSgpgw/yt99hn6KOKI0S+DLh8Wgw1jbw5/31F2DvJgYrSpwv W+FeMaW5zAERiZsWM2RANzGcf2iRA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeejgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 51EEA380079; Wed, 10 Jul 2019 17:48:55 -0400 (EDT) From: Thomas Monjalon To: Bernard Iremonger Cc: dev@dpdk.org, jasvinder.singh@intel.com, stable@dpdk.org Date: Wed, 10 Jul 2019 23:48:53 +0200 Message-ID: <10372251.KTS5ePcUbj@xps> In-Reply-To: <1562670596-27129-1-git-send-email-bernard.iremonger@intel.com> References: <1562670596-27129-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] librte_flow_classify: fix out-of-bounds access X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 09/07/2019 13:09, Bernard Iremonger: > This patch fixes the out-of-bounds coverity issue by removing the > offending line of code at line 107 in rte_flow_classify_parse.c > which is never executed. > > Coverity issue: 343454 > > Fixes: be41ac2a330f ("flow_classify: introduce flow classify library") > Cc: stable@dpdk.org > Signed-off-by: Bernard Iremonger Applied, thanks