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 00D17A04DD for ; Mon, 20 Jan 2020 01:31:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C7B8D29D2; Mon, 20 Jan 2020 01:31:53 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D7F0D1E34; Mon, 20 Jan 2020 01:31:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6C9A72015D; Sun, 19 Jan 2020 19:31:49 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 19 Jan 2020 19:31:49 -0500 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=ZZnN4d8LeiouxP6n9dRXJLhtU4FGCPk2DhNB1FGolEE=; b=e4bzQK51WG+/ ZpUrxsB+6WONEIDj5fIncAEUHaRQg2FmRGSFhoz0pY+zaHIQx0baa3DVPTUrHU// +EC9H3HgWMDptXwLv+kCqRwTKW8yez3tPW2ogY8JeeoDFhoGx2tKgqLTbu1+sFU8 leytduEnXGSuYIqBIq2MTesfnZhuJos= 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=fm1; bh=ZZnN4d8LeiouxP6n9dRXJLhtU4FGCPk2DhNB1FGol EE=; b=OBt2Qf6aEPeFEJ1tKfZ8tFM/lTzha0QswoqC64P6MhZbKRnvB8/Y7oxks 1XbLum0kz7B+bUw/FcTUhFe3FJw4KOz3zRmUKLLreVZlFUtNPvOyzXByFl6N65h3 OW1vmEhbUZne4X+/o/RxvUroMzYIhN5uDLBBttsDAOsT5XVj188a75PgkSniMI2I 6GH7Eg0iEwWp1jThQSGY5wHXgBnuuT7Upxu4W2r7drG1hhjjajjiZZ/IZchX951y 5p0/10WH3s5a2Ua97vgjPHQdQGZWfijuaUguMQ5xojjPlssp4VDOYlVKSxH0XGtI bOjH++9lz5z18/o5yZjql++Yb5P+A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeggddvvdcutefuodetggdotefrodftvf 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 7C6828005B; Sun, 19 Jan 2020 19:31:48 -0500 (EST) From: Thomas Monjalon To: Vladimir Medvedkin Cc: dev@dpdk.org, stable@dpdk.org Date: Mon, 20 Jan 2020 01:31:47 +0100 Message-ID: <78975071.BzKH3j3Lxt@xps> In-Reply-To: <1579022312-396072-1-git-send-email-vladimir.medvedkin@intel.com> References: <1579022312-396072-1-git-send-email-vladimir.medvedkin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] fib: fix possible integer overflow 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" 14/01/2020 18:18, Vladimir Medvedkin: > Coverity issue: 350596 > Coverity issue: 350597 You can merge both IDs on one line, and remove the blank line after. > > Fixes: c3e12e0f0354 ("fib: add dataplane algorithm for IPv6") > Cc: vladimir.medvedkin@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Vladimir Medvedkin Please could you add an explanation? Thanks