svn rev #21825: trunk/src/lib/krb5/krb/ 
    raeburn@MIT.EDU 
    raeburn at MIT.EDU
       
    Wed Jan 28 20:12:21 EST 2009
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=21825
Commit By: raeburn
Log Message:
clear outbuf[0].data to unconfuse coverity
Changed Files:
U   trunk/src/lib/krb5/krb/sendauth.c
Modified: trunk/src/lib/krb5/krb/sendauth.c
===================================================================
--- trunk/src/lib/krb5/krb/sendauth.c	2009-01-29 00:08:12 UTC (rev 21824)
+++ trunk/src/lib/krb5/krb/sendauth.c	2009-01-29 01:12:17 UTC (rev 21825)
@@ -155,6 +155,7 @@
 	    }
 	}
 
+	outbuf[0].data = NULL;	/* Coverity is confused otherwise */
 	if ((retval = krb5_mk_req_extended(context, auth_context,
 					   ap_req_options, in_data, credsp,
 					   &outbuf[0])))
    
    
More information about the cvs-krb5
mailing list