bye-bye obsolete patch
This commit is contained in:
parent
78cfdd7edb
commit
8684e97aa9
@ -1,19 +0,0 @@
|
||||
*** src/lib/rpc/svc_auth_gss.c (revision 20254)
|
||||
--- src/lib/rpc/svc_auth_gss.c (local)
|
||||
***************
|
||||
*** 339,345 ****
|
||||
oa = &msg->rm_call.cb_cred;
|
||||
IXDR_PUT_ENUM(buf, oa->oa_flavor);
|
||||
IXDR_PUT_LONG(buf, oa->oa_length);
|
||||
! if (oa->oa_length) {
|
||||
memcpy((caddr_t)buf, oa->oa_base, oa->oa_length);
|
||||
buf += RNDUP(oa->oa_length) / sizeof(int32_t);
|
||||
}
|
||||
--- 339,345 ----
|
||||
oa = &msg->rm_call.cb_cred;
|
||||
IXDR_PUT_ENUM(buf, oa->oa_flavor);
|
||||
IXDR_PUT_LONG(buf, oa->oa_length);
|
||||
! if (oa->oa_length && oa->oa_length <= sizeof(rpchdr)) {
|
||||
memcpy((caddr_t)buf, oa->oa_base, oa->oa_length);
|
||||
buf += RNDUP(oa->oa_length) / sizeof(int32_t);
|
||||
}
|
Loading…
Reference in New Issue
Block a user