Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 19:53:57 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs nfs_vnops.c
Message-ID:  <199906300253.TAA67199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1999/06/29 19:53:56 PDT

  Modified files:
    sys/nfs              nfs_vnops.c 
  Log:
  Submitted by: Conrad Minshall <conrad@apple.com>
  Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
  
  The following ugly hack to the exit path of nfs_readlinkrpc() circumvents
  an Auspex bug: for symlinks longer than 112 (0x70) they return a 1024 byte
  xdr string - the correct data with many nulls appended.  Without this fix
  namei returns ENAMETOOLONG, at least it does on our source base and on
  FreeBSD 3.0.  Note we do not (and should not) rely upon their null padding.
  
  Revision  Changes    Path
  1.134     +6 -1      src/sys/nfs/nfs_vnops.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906300253.TAA67199>