zhenwei pi
37077ed16c
crypto: virtio/akcipher - Fix stack overflow on memcpy
...
[ Upstream commit c0ec2a712daf133d9996a8a1b7ee2d4996080363 ]
sizeof(struct virtio_crypto_akcipher_session_para) is less than
sizeof(struct virtio_crypto_op_ctrl_req::u), copying more bytes from
stack variable leads stack overflow. Clang reports this issue by
commands:
make -j CC=clang-14 mrproper >/dev/null 2>&1
make -j O=/tmp/crypto-build CC=clang-14 allmodconfig >/dev/null 2>&1
make -j O=/tmp/crypto-build W=1 CC=clang-14 drivers/crypto/virtio/
virtio_crypto_akcipher_algs.o
Fixes: 59ca6c93387d ("virtio-crypto: implement RSA algorithm")
Link: https://lore.kernel.org/all/0a194a79-e3a3-45e7-be98-83abd3e1cb7e@roeck-us.net/
Cc: <stable@vger.kernel.org>
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Tested-by: Nathan Chancellor <nathan@kernel.org> # build
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-06 14:37:48 +00:00
..
2023-05-17 11:48:13 +02:00
2023-03-11 16:39:28 +01:00
2023-01-14 10:15:52 +01:00
2023-11-20 11:06:50 +01:00
2023-01-14 10:15:46 +01:00
2024-02-23 08:42:28 +01:00
2023-01-14 10:15:50 +01:00
2023-11-20 11:06:50 +01:00
2023-05-17 11:47:34 +02:00
2023-07-27 08:44:00 +02:00
2023-07-27 08:43:59 +02:00
2023-11-20 11:06:50 +01:00
2022-01-27 10:53:49 +01:00
2023-01-14 10:15:48 +01:00
2024-02-23 08:42:04 +01:00
2021-07-14 16:56:03 +02:00
2024-03-06 14:37:48 +00:00
2022-04-08 14:40:01 +02:00
2023-01-14 10:15:53 +01:00
2021-07-14 16:56:03 +02:00
2023-05-17 11:47:49 +02:00
2022-04-08 14:39:59 +02:00
2023-01-14 10:16:36 +01:00
2022-01-27 10:54:24 +01:00
2021-09-15 09:50:26 +02:00
2023-01-14 10:15:53 +01:00
2022-05-25 09:17:56 +02:00
2021-11-18 14:03:38 +01:00
2024-01-25 14:37:41 -08:00
2024-01-25 14:37:43 -08:00