diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-12 08:07:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-12 08:07:41 +0000 |
commit | ae2fbd3ee7187034fbfcfcfc71859fdb1a21f833 (patch) | |
tree | 75032c4730b1494ece4e7d551943ed6ac48fab5a | |
parent | 33c1c51c49a08e1640805c3de31759846010b54b (diff) | |
download | coreutils-ae2fbd3ee7187034fbfcfcfc71859fdb1a21f833.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 75b951b21..2a3112733 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-06-11 Paul Eggert <eggert@cs.ucla.edu> + + * readutmp.c (extract_trimmed_name): Don't apply strchr to a + non-string; this leads to undefined behavior. + 2004-05-18 Paul Eggert <eggert@cs.ucla.edu> * fts.c (fts_stat, fts_alloc): Always allocate and use a struct |