[dpdk-stable] [PATCH v2 1/2] net/avp: fix gcc 10 maybe-uninitialized warning

David Marchand david.marchand at redhat.com
Wed May 6 11:18:11 CEST 2020


On Thu, Mar 12, 2020 at 12:56 AM Webster, Steven
<Steven.Webster at windriver.com> wrote:
>
> > gcc 10.0.1 reports:
> >
> > ../drivers/net/avp/avp_ethdev.c: In function ‘avp_xmit_scattered_pkts’:
> > ../drivers/net/avp/avp_ethdev.c:1791:24:
> > warning: ‘avp_bufs[count]’ may be used uninitialized in this function [-
> > Wmaybe-uninitialized]
> >  1791 |   tx_bufs[i] = avp_bufs[count];
> >       |                ~~~~~~~~^~~~~~~
> > ../drivers/net/avp/avp_ethdev.c:1791:24:
> > warning: ‘avp_bufs[count]’ may be used uninitialized in this function [-
> > Wmaybe-uninitialized]
> >
> > Fix by intializing the array.
> >
> > Fixes: 295abce2d25b ("net/avp: add packet transmit functions")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
> > ---
> Acked-by: Steven Webster <steven.webster at windriver.com>

Applied, thanks.


-- 
David Marchand



More information about the stable mailing list