]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: caam - Replace snprintf with strscpy in caam_hash_alloc
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 2 Feb 2026 23:01:17 +0000 (00:01 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 28 Feb 2026 03:53:58 +0000 (12:53 +0900)
commit476466e927ab5354dae90ea0bc3353cfcec0646a
treeac573808ef3e7c6d5e320dfee93bbe63f1ce9eb9
parenta4559a2b37ebbbd3c23041125624f55ef36905d1
crypto: caam - Replace snprintf with strscpy in caam_hash_alloc

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

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamalg_qi2.c
drivers/crypto/caam/caamhash.c