From: Richard Levitte Date: Mon, 16 May 2016 13:47:58 +0000 (+0200) Subject: Add missing initialiser in e_chil.c X-Git-Tag: OpenSSL_1_1_0-pre6~829 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c01ed680e49f62d90d61ccf7a5802d74f1c342d;p=oweals%2Fopenssl.git Add missing initialiser in e_chil.c RT#2616 Reviewed-by: Tim Hudson --- diff --git a/engines/e_chil.c b/engines/e_chil.c index b09d5259a9..e7c89538a5 100644 --- a/engines/e_chil.c +++ b/engines/e_chil.c @@ -1262,7 +1262,7 @@ static int hwcrhk_insert_card(const char *prompt_info, ui = UI_new_method(ui_method); if (ui) { - char answer; + char answer = '\0'; char buf[BUFSIZ]; /* * Despite what the documentation says wrong_info can be an empty