From c977841fea338d28b4254c0f551747c8f89555d8 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 12 Oct 2009 11:19:11 +0200 Subject: [PATCH] More paranoia --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index e704da6..67491e5 100644 --- a/src/main.c +++ b/src/main.c @@ -341,7 +341,7 @@ static int handle_request(void * UNUSED(data), const char *id = NULL, *otp = NULL, *h = NULL; char *uid = NULL, *otp_token = NULL; char *signature = NULL, *status = NULL, *info = NULL, *timestamp = NULL; - char *shared_secret; + char *shared_secret = NULL; size_t shared_secret_len; yubikey_token_st token; struct ykc_stats stats; -- 2.39.5