Bugzilla – Attachment 945 Details for
Bug 1066
off-by-one error with GSSAPI names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
quick fix
p (text/plain), 554 bytes, created by
David Leonard
on 2005-08-08 23:33:02 AEST
(
hide
)
Description:
quick fix
Filename:
MIME Type:
Creator:
David Leonard
Created:
2005-08-08 23:33:02 AEST
Size:
554 bytes
patch
obsolete
>Index: gss-genr.c >=================================================================== >RCS file: /cvs/openssh/gss-genr.c,v >retrieving revision 1.5 >diff -u -r1.5 gss-genr.c >--- gss-genr.c 17 Jul 2005 07:22:45 -0000 1.5 >+++ gss-genr.c 8 Aug 2005 13:30:57 -0000 >@@ -209,6 +209,7 @@ > gssbuf.length = sizeof("host@") + strlen(host); > gssbuf.value = xmalloc(gssbuf.length); > snprintf(gssbuf.value, gssbuf.length, "host@%s", host); >+ gssbuf.length--; > > if ((ctx->major = gss_import_name(&ctx->minor, > &gssbuf, GSS_C_NT_HOSTBASED_SERVICE, &ctx->name)))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1066
:
945
|
1109