]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: qce - Replace snprintf("%s") with strscpy
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 23 Feb 2026 15:57:55 +0000 (16:57 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 7 Mar 2026 05:12:20 +0000 (14:12 +0900)
commit3193dd7e848b90cecca3b3f2ed4a04e6fca87bcb
tree367d5262616531f9d6b44db7bc6f40307347f2aa
parent39e2a75fffc78537504f25fac66530178ffb3ecd
crypto: qce - Replace snprintf("%s") with strscpy

Replace snprintf("%s", ...) with the faster and more direct strscpy().

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qce/aead.c
drivers/crypto/qce/sha.c
drivers/crypto/qce/skcipher.c