NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44961 CVS commit: src/sys/kern



The following reply was made to PR kern/44961; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44961 CVS commit: src/sys/kern
Date: Mon, 16 May 2011 15:09:31 +0000

 Module Name:   src
 Committed By:  dholland
 Date:          Mon May 16 15:09:31 UTC 2011
 
 Modified Files:
        src/sys/kern: vfs_lookup.c
 
 Log Message:
 Hack for PR 44961: restore the prior "logic" pertaining to looking up /
 to prevent a crash when attempting rename("/", "foo"). This is not really
 what I want going forward and it may cause e.g. rmdir("blah/") to fail, so
 if it causes trouble for anyone back it out. The right fix is going to have
 to wait until the qemu/tcp_vtw problems I ran into last night get sorted out.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.183 -r1.184 src/sys/kern/vfs_lookup.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index