Re: [dpdk-dev] [PATCH] drivers: fix sprintf with snprintf

2019-01-09 Thread 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

[dpdk-dev] [PATCH] drivers: fix sprintf with snprintf

2019-01-07 Thread Pallantla Poornima
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 operati