From: Paul Eggert Date: Mon, 31 Oct 2005 08:39:36 +0000 (+0000) Subject: * src/dd.c (skip): Fix off-by-one error. X-Git-Tag: v6.0~1440 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53513f142e68d1c5e4dd9367378e74f25eadce5;p=thirdparty%2Fcoreutils.git * src/dd.c (skip): Fix off-by-one error. --- diff --git a/ChangeLog b/ChangeLog index 32a3b2478f..4f4822d89c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-10-30 Paul Eggert +2005-10-31 Paul Eggert * Version 6.0-cvs. + * src/dd.c (skip): Fix off-by-one error reported by + Theodoros V. Kalamatianos. + +2005-10-30 Paul Eggert + * tests/mkdir/p-3: Require that the test be run as non-root. Problem and trivial fix reported by Theodoros V. Kalamatianos.