zhenwei pi
62f361bfea
crypto: virtio/akcipher - Fix stack overflow on memcpy
...
commit c0ec2a712daf133d9996a8a1b7ee2d4996080363 upstream.
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-03-01 13:26:32 +01:00
..
2023-05-17 11:53:40 +02:00
2023-03-10 09:33:04 +01:00
2022-12-31 13:32:36 +01:00
2022-09-30 13:59:13 +08:00
2022-09-24 16:14:43 +08:00
2022-09-30 13:59:13 +08:00
2023-11-20 11:52:05 +01:00
2022-12-31 13:32:30 +01:00
2024-02-23 09:12:44 +01:00
2022-12-31 13:32:33 +01:00
2022-09-02 18:15:53 +08:00
2024-01-25 15:27:22 -08:00
2024-01-25 15:27:21 -08:00
2022-08-19 18:39:36 +08:00
2024-02-05 20:12:48 +00:00
2023-07-19 16:21:41 +02:00
2023-11-20 11:52:07 +01:00
2022-08-26 18:50:39 +08:00
2022-12-31 13:32:31 +01:00
2024-02-05 20:12:48 +00:00
2022-06-30 15:56:57 +08:00
2024-03-01 13:26:32 +01:00
2022-07-08 15:21:15 +08:00
2022-07-15 16:43:20 +08:00
2022-08-16 12:46:26 +02:00
2022-05-06 18:16:55 +08:00
2022-05-06 18:16:55 +08:00
2022-08-16 12:46:26 +02:00
2022-07-15 16:43:22 +08:00
2022-07-15 16:43:22 +08:00
2022-12-31 13:32:37 +01:00
2023-05-11 23:03:20 +09:00
2022-08-26 18:50:37 +08:00
2023-01-07 11:11:54 +01:00
2022-07-15 16:43:21 +08:00
2022-07-15 16:43:21 +08:00
2022-12-31 13:32:36 +01:00
2022-08-19 18:39:35 +08:00
2022-07-15 16:43:21 +08:00
2024-01-25 15:27:21 -08:00
2022-07-15 16:43:22 +08:00
2024-01-25 15:27:23 -08:00
2022-05-13 17:24:49 +08:00