]> granicus.if.org Git - apache/commitdiff
It is bad to recursively remove every CVS directory in a person's
authorAaron Bannert <aaron@apache.org>
Thu, 7 Mar 2002 15:09:36 +0000 (15:09 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 7 Mar 2002 15:09:36 +0000 (15:09 +0000)
home directory. Bad bad bad. Make sure the variable was set to
something before cd-ing to blank and ending up in their $HOME.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93767 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index fd6e65fef674b7188343dceb9402d0f152c87c84..74be35ab3add646e26b5ab2b2e6af9f003d2f2d5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.34-dev
 
+  *) Be more careful about recursively removing CVS directories. Make
+     sure that we aren't cd'ing to their home directory first.
+     [Aaron Bannert]
+
   *) Add a missing errordir entry in the Debian config.layout. PR: 10067
      [Dirk-Jan Faber <dirk-jan@selwerd.nl>, Aaron Bannert,
       Thom May <thom@planetarytramp.net>]