Subject: Re: Foward: GNU fileutils - recursive directory removal race condition
To: None <tech-security@netbsd.org>
From: None <xs@kittenz.org>
List: tech-security
Date: 03/12/2002 00:46:32
on Tue, Mar 12, 2002 at 07:13:47AM +0900, Takahiro Kambe wrote:
> Is this problem applicable to our rm(1)?

I don't think so. fchdir() appears to be used instead of chdir() which,
from my understanding, should be ok.
I think SA2001-016 addressed this 9 months ago.