projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acca463
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 08:19:31 +0000
(08:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 08:19:31 +0000
(08:19 +0000)
old/fileutils/ChangeLog
patch
|
blob
|
history
diff --git
a/old/fileutils/ChangeLog
b/old/fileutils/ChangeLog
index
a51e692
..
dc55d7a
100644
(file)
--- a/
old/fileutils/ChangeLog
+++ b/
old/fileutils/ChangeLog
@@
-1,5
+1,11
@@
2000-12-01 Paul Eggert <eggert@twinsun.com>
+ * src/dd.c (skip, dd_copy): Use ssize_t to store result of
+ safe_read, to avoid overflow e.g. on 64-bit Solaris sparc.
+ (dd_copy): Remove unnecessary cast.
+
+2000-12-01 Paul Eggert <eggert@twinsun.com>
+
* doc/fileutils.texi: Remove B suffix. Document how to have
the desired effect without it.