]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 09:07:40 +0000 (09:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 09:07:40 +0000 (09:07 +0000)
old/textutils/ChangeLog

index f0c4befc6391d305837401ecc987798eb7079531..8d6941b57ecb10ba59b95e6ddd2e3d00f9ffcd5a 100644 (file)
@@ -3,8 +3,8 @@
        * 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.
+       * src/fmt.c (fmt_paragraph): Test for sentinal directly, rather than
+       doing arithmetic with it's potentially large (INT_MAX) length.
        * tests/fmt/basic: Add tests for the above.
 
        tail: accept new option: -F, equivalent to `--follow=name --retry',