]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/dd.c (skip): Fix off-by-one error.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Oct 2005 08:39:36 +0000 (08:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Oct 2005 08:39:36 +0000 (08:39 +0000)
ChangeLog

index 32a3b2478fde15130ee040c49c68ea3278043b3a..4f4822d89c5dbab3585ea43391d4928ddf648b31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
+2005-10-31  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 6.0-cvs.
 
+       * src/dd.c (skip): Fix off-by-one error reported by
+       Theodoros V. Kalamatianos.
+
+2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
+
        * tests/mkdir/p-3: Require that the test be run as non-root.
        Problem and trivial fix reported by Theodoros V. Kalamatianos.