On Tue, Nov 28, 2017 at 07:55:40PM +0200, av...@mellanox.com wrote: > From: Aviv Heller <av...@mellanox.com> > > Code path when (encap_type < 0) does not verify the state is valid > before progressing. > > This will result in a crash if, for instance, x->km.state == > XFRM_STATE_ACQ. > > Fixes: 7785bba299a8 ("esp: Add a software GRO codepath") > Signed-off-by: Aviv Heller <av...@mellanox.com> > Signed-off-by: Yevgeny Kliteynik <klit...@mellanox.com>
Good catch! Patch applied, thanks Aviv!