X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=crypto%2Frng.c;h=e0a25c2456de4f7f92fa4ac1cc4daf9c48b5b209;hb=3cfb07743a5bffecba83f0da26444e85c0a9bfbb;hp=f3b7894dec00ee5207642f7ff95cbf8ef6aaeb2f;hpb=39ea32ca7e425cde24df04f34bf76746ea028681;p=firefly-linux-kernel-4.4.55.git diff --git a/crypto/rng.c b/crypto/rng.c index f3b7894dec00..e0a25c2456de 100644 --- a/crypto/rng.c +++ b/crypto/rng.c @@ -65,7 +65,7 @@ static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) { struct crypto_report_rng rrng; - snprintf(rrng.type, CRYPTO_MAX_ALG_NAME, "%s", "rng"); + strncpy(rrng.type, "rng", sizeof(rrng.type)); rrng.seedsize = alg->cra_rng.seedsize;