diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2023-09-15 21:12:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-09-18 10:37:23 +0200 |
commit | a2713257ee2be22827d7bc248302d408c91bfb95 (patch) | |
tree | e8508398caef6cdeb5badf494831d06bf6f497fc /net/tipc/link.c | |
parent | mlxsw: Use size_mul() in call to struct_size() (diff) | |
download | linux-a2713257ee2be22827d7bc248302d408c91bfb95.tar.xz linux-a2713257ee2be22827d7bc248302d408c91bfb95.zip |
tls: Use size_add() in call to struct_size()
If, for any reason, the open-coded arithmetic causes a wraparound,
the protection that `struct_size()` adds against potential integer
overflows is defeated. Fix this by hardening call to `struct_size()`
with `size_add()`.
Fixes: b89fec54fd61 ("tls: rx: wrap decrypt params in a struct")
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
0 files changed, 0 insertions, 0 deletions