]> git.ipfire.org Git - thirdparty/coreutils.git/commit
chmod: fix symlink race condition
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Mar 2012 17:02:59 +0000 (10:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Mar 2012 18:05:25 +0000 (11:05 -0700)
commit5911eff83efedce91b856b54ae11d94692c7d71e
treeb296c29af40e172589b6f56d68ec14c676ef2ded
parent1a1c46afe29902a521ee4171304084dbc8cfcf5e
chmod: fix symlink race condition

* NEWS: Document this.
* src/chmod.c (process_file): Don't follow symlink if we
think the file is not a symlink.
NEWS
src/chmod.c