svn rev #21897: trunk/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Feb 5 14:50:42 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21897
Commit By: ghudson
Log Message:
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.



Changed Files:
U   trunk/src/lib/krb5/krb/recvauth.c
Modified: trunk/src/lib/krb5/krb/recvauth.c
===================================================================
--- trunk/src/lib/krb5/krb/recvauth.c	2009-02-05 19:44:35 UTC (rev 21896)
+++ trunk/src/lib/krb5/krb/recvauth.c	2009-02-05 19:50:41 UTC (rev 21897)
@@ -50,7 +50,7 @@
 		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;




More information about the cvs-krb5 mailing list