FreeBSD Bugzilla – Attachment 837 Details for
Bug 3298
NFS privport handling is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 613 bytes, created by
Tor Egge
on 1997-04-15 18:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tor Egge
Created:
1997-04-15 18:30:01 UTC
Size:
613 bytes
patch
obsolete
>Index: nfs_syscalls.c >=================================================================== >RCS file: /home/ncvs/src/sys/nfs/nfs_syscalls.c,v >retrieving revision 1.20 >diff -u -r1.20 nfs_syscalls.c >--- nfs_syscalls.c 1997/03/27 20:01:07 1.20 >+++ nfs_syscalls.c 1997/04/15 15:24:56 >@@ -605,7 +605,8 @@ > > sin = mtod(nam, struct sockaddr_in *); > port = ntohs(sin->sin_port); >- if (port >= IPPORT_RESERVED) { >+ if (port >= IPPORT_RESERVED && >+ nd->nd_procnum != NFSPROC_NULL) { > nd->nd_procnum = NFSPROC_NOOP; > nd->nd_repstat = (NFSERR_AUTHERR | AUTH_TOOWEAK); > cacherep = RC_DOIT;
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 3298
: 837