summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-12 09:05:27 +0000
committerJim Meyering <jim@meyering.net>2001-09-12 09:05:27 +0000
commitea7b78f86878702ea9eee5ab5bbf2cc18a454098 (patch)
tree64db090a411931f73abc5c7350835893c80b187c /old
parent707be37f35218f043808c9ad34507fb307546d83 (diff)
downloadcoreutils-ea7b78f86878702ea9eee5ab5bbf2cc18a454098.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog5
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.