From 831f20c3d9468b756ee14f746d44fd17016b776c Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 5 Feb 2009 19:50:41 +0000 Subject: [PATCH] In recvauth_common, initialize ap_option. It can't be used uninitialized, but you can only deduce that by examining the relationships between ap_option, problem, and outbuf. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21897 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/recvauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb5/krb/recvauth.c b/src/lib/krb5/krb/recvauth.c index ce9da1272..0db05f5a1 100644 --- a/src/lib/krb5/krb/recvauth.c +++ b/src/lib/krb5/krb/recvauth.c @@ -50,7 +50,7 @@ recvauth_common(krb5_context context, krb5_data *version) { krb5_auth_context new_auth_context; - krb5_flags ap_option; + krb5_flags ap_option = 0; krb5_error_code retval, problem; krb5_data inbuf; krb5_data outbuf; -- 2.26.2