On Tue, Feb 19, 2019 at 08:59:51PM +0800, Parthasarathy, JananeeX M wrote: > > >-----Original Message----- > >From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Maxime Coquelin > >Sent: Monday, February 04, 2019 3:02 PM > >To: Poornima, PallantlaX <pallantlax.poorn...@intel.com>; dev@dpdk.org > >Cc: Pattan, Reshma <reshma.pat...@intel.com>; Bie, Tiwei > ><tiwei....@intel.com>; Wang, Zhihong <zhihong.w...@intel.com>; > >sta...@dpdk.org > >Subject: Re: [dpdk-dev] [PATCH] vhost: fix sprintf with snprintf > > > > > > > >On 2/4/19 8:28 AM, Pallantla Poornima wrote: > >> sprintf function is not secure as it doesn't check the length of string. > >> More secure function snprintf is used. > >> > >> Fixes: d7280c9fff ("vhost: support selective datapath") > >> Cc: sta...@dpdk.org > >> > >> Signed-off-by: Pallantla Poornima <pallantlax.poorn...@intel.com> > >> --- > >> lib/librte_vhost/vdpa.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > > > >Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> > > > >Thanks, > >Maxime > > Request for Ack please if there are no comments
Maxime already did the review. It will be merged in this release. :) But anyway, Acked-by: Tiwei Bie <tiwei....@intel.com> Thanks for your contribution. > > Thanks > M.P.Jananee