diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-12 09:05:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-12 09:05:27 +0000 |
commit | ea7b78f86878702ea9eee5ab5bbf2cc18a454098 (patch) | |
tree | 64db090a411931f73abc5c7350835893c80b187c | |
parent | 707be37f35218f043808c9ad34507fb307546d83 (diff) | |
download | coreutils-ea7b78f86878702ea9eee5ab5bbf2cc18a454098.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 08d9b6fa7..f0c4befc6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,11 @@ * Version 2.0.15. + The command `echo a|./fmt -2147483647' would cause fmt to segfault. + * src/fmt.c (fmt_paragraph): Avoid adding to the sentinal length + of INT_MAX. + * tests/fmt/basic: Add tests for the above. + tail: accept new option: -F, equivalent to `--follow=name --retry', for compatibility with FreeBSD and NetBSD versions of tail. |