diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-10-20 20:20:06 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-10-20 20:20:06 +0000 |
commit | cba050d77c49efe96464738d7a39aabe4789bf7f (patch) | |
tree | e7ce0db887d21a39f21b29b4ab24ffea72705f29 /security/krb5-17/files/patch-lib::krb5::krb::rd_rep.c | |
parent | Update 2.5.10 --> 2.5.12 (diff) |
Update 1.3.4 --> 1.3.5
Notes
Notes:
svn path=/head/; revision=119872
Diffstat (limited to 'security/krb5-17/files/patch-lib::krb5::krb::rd_rep.c')
-rw-r--r-- | security/krb5-17/files/patch-lib::krb5::krb::rd_rep.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/krb5-17/files/patch-lib::krb5::krb::rd_rep.c b/security/krb5-17/files/patch-lib::krb5::krb::rd_rep.c deleted file mode 100644 index 0772c869f063..000000000000 --- a/security/krb5-17/files/patch-lib::krb5::krb::rd_rep.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) || |