aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5-17/files/patch-lib::krb5::krb::rd_rep.c
blob: 0772c869f0637a02ac82fda93fe56d2794bff064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/krb5/krb/rd_rep.c.orig  Fri Jun 13 17:09:47 2003
+++ lib/krb5/krb/rd_rep.c   Wed Sep  1 11:46:52 2004
@@ -71,6 +71,8 @@
 
     /* now decode the decrypted stuff */
     retval = decode_krb5_ap_rep_enc_part(&scratch, repl);
+    if (retval)
+   goto clean_scratch;
 
     /* Check reply fields */
     if (((*repl)->ctime != auth_context->authentp->ctime) ||