> > ---------------------------------------------------------------------- > rte_flow_validate and rte_flow_create not always initialize flow error. > Using error.message in some error cases will cause read from uninitialized > memory. > > Fixes: 6738c0a9569 ("examples/ipsec-secgw: support flow director") > > Signed-off-by: Volodymyr Fialko <vfia...@marvell.com> > --- > examples/ipsec-secgw/flow.c | 2 +- > examples/ipsec-secgw/ipsec.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >
Acked-by: Anoob Joseph <ano...@marvell.com>