diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-03 12:53:05 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-03 12:53:05 +0000 |
commit | 3e99d3b4c9110ed6e7b5614909633b5f6fd60ee3 (patch) | |
tree | e0caa6a62d901a7a20e1e721c026a1a3e1203235 /lib-src | |
parent | dffde83fdb971167a8c48bc240c482da6eb57a6f (diff) |
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c7e02e5c0e..ba3f2e6559 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,12 @@ +2001-01-03 Paul Eggert <eggert@twinsun.com> + + * lib-src/rcs2log: Avoid security hole allowing attacker to + cause user of rcs2log to overwrite arbitrary files, fixing + a bug reported by Morten Welinder. + + Don't put "exit 1" at the end of the exit trap; it's + ineffective in POSIX shells. + 2001-01-02 Gerd Moellmann <gerd@gnu.org> * ebrowse.c (yyerror): Changed to take two arguments. Prototype |