kernel-fxtec-pro1x/net/xfrm
Li RongQing 7f02606367 xfrm: use correct size to initialise sp->ovec
[ Upstream commit f1193e915748291fb205a908db33bd3debece6e2 ]

This place should want to initialize array, not a element,
so it should be sizeof(array) instead of sizeof(element)

but now this array only has one element, so no error in
this condition that XFRM_MAX_OFFLOAD_DEPTH is 1

Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-24 08:20:31 +01:00
..
Kconfig ipsec: select crypto ciphers for xfrm_algo 2019-07-26 09:14:10 +02:00
Makefile
xfrm_algo.c
xfrm_device.c
xfrm_hash.c
xfrm_hash.h
xfrm_input.c xfrm: use correct size to initialise sp->ovec 2019-11-24 08:20:31 +01:00
xfrm_interface.c xfrm: Honor original L3 slave device in xfrmi policy lookup 2019-05-25 18:23:41 +02:00
xfrm_ipcomp.c
xfrm_output.c
xfrm_policy.c xfrm: Honor original L3 slave device in xfrmi policy lookup 2019-05-25 18:23:41 +02:00
xfrm_proc.c
xfrm_replay.c
xfrm_state.c xfrm: clean up xfrm protocol checks 2019-05-25 18:23:41 +02:00
xfrm_sysctl.c
xfrm_user.c xfrm: fix sa selector validation 2019-07-26 09:14:08 +02:00