*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 09:05:27 +0000 (09:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 09:05:27 +0000 (09:05 +0000)
old/textutils/ChangeLog

index 08d9b6f..f0c4bef 100644 (file)
@@ -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.