From: Dr. Stephen Henson Date: Wed, 24 Mar 2010 23:42:30 +0000 (+0000) Subject: initialise buf if wrong_info not used X-Git-Tag: OpenSSL_0_9_8o~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5d013b6b32754d36830c89e704525a7a27bff907;p=oweals%2Fopenssl.git initialise buf if wrong_info not used --- diff --git a/engines/e_chil.c b/engines/e_chil.c index 3a07076b4f..68405b394b 100644 --- a/engines/e_chil.c +++ b/engines/e_chil.c @@ -1316,6 +1316,8 @@ static int hwcrhk_insert_card(const char *prompt_info, if (wrong_info && *wrong_info) BIO_snprintf(buf, sizeof(buf)-1, "Current card: \"%s\"\n", wrong_info); + else + buf[0] = 0; ok = UI_dup_info_string(ui, buf); if (ok >= 0 && prompt_info) {