Gustavo A. R. Silva 065cb7ae3f tls: Use size_add() in call to struct_size()
[ Upstream commit a2713257ee2be22827d7bc248302d408c91bfb95 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-11-20 11:51:52 +01:00
..
2023-06-09 10:34:16 +02:00
2023-10-19 23:08:56 +02:00
2023-11-02 09:35:27 +01:00
2023-03-22 13:33:50 +01:00
2023-09-13 09:42:35 +02:00
2023-05-17 11:53:35 +02:00