From: Jakub Kicinski <jakub.kicin...@netronome.com> Date: Mon, 8 Apr 2019 17:59:50 -0700
> Unlike '&&' operator, the '&' does not have short-circuit > evaluation semantics. IOW both sides of the operator always > get evaluated. Fix the wrong operator in > tls_is_sk_tx_device_offloaded(), which would lead to > out-of-bounds access for for non-full sockets. > > Fixes: 4799ac81e52a ("tls: Add rx inline crypto offload") > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> > Reviewed-by: Dirk van der Merwe <dirk.vanderme...@netronome.com> > Reviewed-by: Simon Horman <simon.hor...@netronome.com> Good catch, applied and queued up for -stable.