diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-14 03:29:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-14 03:29:33 +0000 |
commit | 089aa98fb8669a5595f754d903b24f87e679bb59 (patch) | |
tree | 5d9acf53e49b947b514f96fcfd51dbacb417d64b | |
parent | 69272c2e85d8e992d0ac3a8704e35a84a3fd3c85 (diff) | |
download | coreutils-089aa98fb8669a5595f754d903b24f87e679bb59.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 76a6199d0..a15b38f2c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +1999-02-13 Jim Meyering <meyering@ascend.com> + + * src/dircolors.c (dc_parse_stream): Don't try to dereference + NULL if there's an error in our built-in list. + Suggestion from François Pinard. + 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * src/install.c (main): Set x.backup_type only if backups are requested. |