diff options
author | Jim Meyering <jim@meyering.net> | 2002-10-17 15:07:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-10-17 15:07:47 +0000 |
commit | 73d9218bf6dd53799ce634df2afa3e216b48c088 (patch) | |
tree | c29c8d093b0eacdb579cafea5569098281ef7746 /ChangeLog | |
parent | f72568f82c6b9004a4dc1fbe9dd061d53542c42d (diff) | |
download | coreutils-73d9218bf6dd53799ce634df2afa3e216b48c088.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2002-10-14 Jim Meyering <meyering@lucent.com> +2002-10-17 Jim Meyering <meyering@lucent.com> * Version 4.5.4. + Fix a problem that could make cat misbehave on systems which + give invalid (unreasonably large) values for stat.st_blksize. + * src/system.h (ST_BLKSIZE): Ensure that the result is in [1..4MB]. + Reported by Petter Reinholdtsen. + +2002-10-14 Jim Meyering <meyering@lucent.com> + Specifying a printf conversion specifer as nl's separator string could cause nl to segfault. * src/nl.c (build_print_fmt): Don't include separator string |