hrs 2007-01-07 13:20:24 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/nfsserver nfs_srvsubs.c nfsm_subs.h
Log:
MFC: The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c
should check length of the pathname in the range 0<=n<=NFS_MAXPATHLEN,
not 0<n<=NFS_MAXPATHLEN. This fixes a minor interoperability problem
that the FreeBSD NFS server did not allow a symlink pointing the empty
pathname.
Revision Changes Path
1.136.2.6 +18 -0 src/sys/nfsserver/nfs_srvsubs.c
1.37.2.1 +2 -1 src/sys/nfsserver/nfsm_subs.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"