diff options
Diffstat (limited to 'security/krb5/files/patch-lib-gssapi-krb5-k5unseal.c')
-rw-r--r-- | security/krb5/files/patch-lib-gssapi-krb5-k5unseal.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/krb5/files/patch-lib-gssapi-krb5-k5unseal.c b/security/krb5/files/patch-lib-gssapi-krb5-k5unseal.c deleted file mode 100644 index 38ae5df836f9..000000000000 --- a/security/krb5/files/patch-lib-gssapi-krb5-k5unseal.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/gssapi/krb5/k5unseal.c.orig Tue May 9 04:31:02 2006 -+++ lib/gssapi/krb5/k5unseal.c Tue Apr 3 18:28:48 2007 -@@ -457,8 +457,11 @@ - - if ((ctx->initiate && direction != 0xff) || - (!ctx->initiate && direction != 0)) { -- if (toktype == KG_TOK_SEAL_MSG) -+ if (toktype == KG_TOK_SEAL_MSG) { - xfree(token.value); -+ message_buffer->value = NULL; -+ message_buffer->length = 0; -+ } - *minor_status = G_BAD_DIRECTION; - return(GSS_S_BAD_SIG); - } |