From d4e7a084ca08a6beebfa9330f6b35f2ad3f7c7b7 Mon Sep 17 00:00:00 2001 From: Mathias Krause Date: Tue, 5 Feb 2013 18:19:14 +0100 Subject: [PATCH] --- yaml --- r: 357746 b: refs/heads/master c: e336ed9647b06e3bb52995dbc51101cbdf39f2a2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/crypto_user.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 21367a94b3cd..73ac6951659b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a5467bf7b6e9e02ec9c3da4e23747c05faeaac6 +refs/heads/master: e336ed9647b06e3bb52995dbc51101cbdf39f2a2 diff --git a/trunk/crypto/crypto_user.c b/trunk/crypto/crypto_user.c index f6d9baf77f0a..423a267022f4 100644 --- a/trunk/crypto/crypto_user.c +++ b/trunk/crypto/crypto_user.c @@ -196,7 +196,7 @@ static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct crypto_dump_info info; int err; - if (!p->cru_driver_name) + if (!p->cru_driver_name[0]) return -EINVAL; alg = crypto_alg_match(p, 1);