X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=crypto%2Frng.c;h=e0a25c2456de4f7f92fa4ac1cc4daf9c48b5b209;hb=HEAD;hp=f3b7894dec00ee5207642f7ff95cbf8ef6aaeb2f;hpb=a4d3621e0d3ecf191961dc9214e4a378a7186780;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/crypto/rng.c b/crypto/rng.c index f3b7894..e0a25c2 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;