From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id DE4591B147; Mon, 14 Jan 2019 23:20:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 72FC1274FA; Mon, 14 Jan 2019 17:20:39 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 17:20:39 -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=7CjBv53d/2koCX9N6pBDqVrXrX5e377zUA6/YDCyNlw=; b=n4YsZMfucryl 7JUfZRRCteUEdcTBmG0fnR70joffgWem5Z02wqYF6RD0jtI00B0CGw8KKekVz8hO Uz5TEcrMCwIRBh5NCCep6w2mcSe0zE9SOmmTzyEhiBfnfpi4Nbe1WIBxNyKqlA86 kxrTR2s8Vb1whDRQQf6+10a8mDMJaIE= 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=7CjBv53d/2koCX9N6pBDqVrXrX5e377zUA6/YDCyN lw=; b=fHcw954VEOpk1omuN5RIbUjknXtOFN2Y3nCuErTPOr79lLqtvEST8hXzB S99SKz/iDzBke1Wikkn4tjDyQdGwUT26DeZqlTd5dzDtyXnsIgXUyhS6P6/7gXUm 3woDEm0Dt0wGYCy9qBVkXjszDbRmxdKDLVlJVEOtQZ4i8ZcIxDN1JdLhmGnGq1cS mYF7upnYoKGQXl4Xj6Uadfi69+b/+dS3dQdwhi4N7UnbRMiaDXPRGxpzAUYFkuKQ CUCETv2UkIP+iYB9fBicWqN39Yc2rG0RjYoCVJxRPAeBegPDk7h/PWAwJAskLziG IpeHexwzQbtlwxg/UXe5UR8fdIMcw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedugdduheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 851A2100BA; Mon, 14 Jan 2019 17:20:37 -0500 (EST) From: Thomas Monjalon To: Pallantla Poornima Cc: stable@dpdk.org, Akhil Goyal , "dev@dpdk.org" , "reshma.pattan@intel.com" , "rosen.xu@intel.com" , Nipun Gupta , Hemant Agrawal , Gagandeep Singh Date: Mon, 14 Jan 2019 23:20:36 +0100 Message-ID: <2042298.Yq3qeJguyr@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] drivers: fix sprintf with snprintf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 22:20:40 -0000 09/01/2019 15:47, Akhil Goyal: > On 1/7/2019 4:16 PM, Pallantla Poornima wrote: > > sprintf function is not secure as it doesn't check the length of string. > > More secure function snprintf is used > > > > Fixes: 828d51d8fc ("bus/fslmc: refactor scan and probe functions") > > Fixes: c22fab9a6c ("raw/dpaa2_qdma: support configuration APIs") > > Fixes: e5cbdfc537 ("crypto/dpaa2_sec: add basic operations") > > Fixes: b23d4e898a ("crypto/dpaa2_sec: add per dev mempool to store FLE") > > Fixes: 623326dded ("crypto/dpaa2_sec: introduce poll mode driver") > > Fixes: e7a45f3cc2 ("crypto/caam_jr: add UIO specific operations") > > Fixes: f44bccadd8 ("crypto/caam_jr: add device basic operations") > > Fixes: 7e3e2954e0 ("crypto/dpaa_sec: move mempool allocation to config") > > Fixes: c3e85bdcc6 ("crypto/dpaa_sec: add crypto driver for NXP DPAA platform") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pallantla Poornima > > --- > > > Acked-by: Akhil Goyal Applied, thanks