]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix echo off-by-1 bug.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Sep 2004 07:34:26 +0000 (07:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Sep 2004 07:34:26 +0000 (07:34 +0000)
ChangeLog

index 19f4482c9137b1c114229969e76b02c73fd7785a..a6b085515420848e667e2b561bcb706d7a6e1c6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-09-19  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * src/echo.c (main): Don't pass NULL to strcmp when
+       POSIXLY_CORRECT and given no arguments.
+
        * src/md5sum.c (STRING_OPTION): Remove.
        (long_options, main): Remove support for undocumented and
        obsolete --string option, as suggested in the 1996-09-26 patch.