From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] drivers: fix sprintf with snprintf Date: Mon, 14 Jan 2019 23:20:36 +0100 Message-ID: <2042298.Yq3qeJguyr@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Akhil Goyal , "dev@dpdk.org" , "reshma.pattan@intel.com" , "rosen.xu@intel.com" , Nipun Gupta , Hemant Agrawal , Gagandeep Singh To: Pallantla Poornima Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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