# HG changeset patch # User Gerd Moellmann # Date 978526385 0 # Node ID e66bc9cd4f543bf752bb7077da781bd721da4af5 # Parent 1d27d92c76d288944c5e0455f9499fea30e5f228 *** empty log message *** diff -r 1d27d92c76d2 -r e66bc9cd4f54 lib-src/ChangeLog --- a/lib-src/ChangeLog Wed Jan 03 12:52:06 2001 +0000 +++ b/lib-src/ChangeLog Wed Jan 03 12:53:05 2001 +0000 @@ -1,3 +1,12 @@ +2001-01-03 Paul Eggert + + * 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 * ebrowse.c (yyerror): Changed to take two arguments. Prototype diff -r 1d27d92c76d2 -r e66bc9cd4f54 src/ChangeLog --- a/src/ChangeLog Wed Jan 03 12:52:06 2001 +0000 +++ b/src/ChangeLog Wed Jan 03 12:53:05 2001 +0000 @@ -1,3 +1,12 @@ +2001-01-03 Gerd Moellmann + + * window.c (Fwindow_end): Doc fix. + +2001-01-03 Dave Love + + * dired.c (Ffile_attributes): Fix last change, removing BSD4_3 + kluge. + 2001-01-03 Gerd Moellmann * xdisp.c (try_window_reusing_current_matrix): Fix bug setting