cvs commit: src/sys/nfsclient nfs_socket.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Fri May 18 19:34:55 UTC 2007
    
    
  
rwatson     2007-05-18 19:34:55 UTC
  FreeBSD src repository
  Modified files:
    sys/nfsclient        nfs_socket.c 
  Log:
  In nfs_down(), if rep can be NULL, which we test for, then we should
  lock and unlock conditionally, not just set the flag on it conditionally.
  In practice, this bug couldn't manifest, as in the current revision of
  the code, no callers pass a NULL rep.
  
  CID:            1416
  Found with:     Coverity Prevent(tm)
  
  Revision  Changes    Path
  1.153     +4 -3      src/sys/nfsclient/nfs_socket.c
    
    
More information about the cvs-all
mailing list