diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-11 11:55:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-11 11:55:31 +0000 |
commit | d4825df6cfbd888624dfb3d52cf23916d415671e (patch) | |
tree | 6c31fff60d388c83df106c852949ca34ebc5ef89 | |
parent | cb3b5ed48689e9dbd24089451839d0ad290b8a9e (diff) | |
download | coreutils-d4825df6cfbd888624dfb3d52cf23916d415671e.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7748ebf94..b475cdc57 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +1998-03-03 Paul Eggert <eggert@twinsun.com> + + * src/sort.c (xtmpfopen): Open temporary file exclusively, to + foil a common denial-of-service attack. + * src/tac.c (save_stdin): Likewise. + 1998-02-16 Jim Meyering <meyering@eng.ascend.com> * configure.in (jm_FUNC_LSTAT): Use it. |