commit | f1193e915748291fb205a908db33bd3debece6e2 | [log] [tgz] |
---|---|---|
author | Li RongQing <lirongqing@baidu.com> | Sun Oct 07 10:22:42 2018 +0800 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Mon Oct 08 08:15:55 2018 +0200 |
tree | db561a6836493674ad6a5ec7fa847e65aca74722 | |
parent | b7138fddd6893a455cc82249f3d12ae651023543 [diff] |
xfrm: use correct size to initialise sp->ovec 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>