summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-27 23:14:53 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-27 23:14:53 +0000
commit94a410b48a9015867bc9de2a1b8d4e7004a1ab2e (patch)
tree0749c8b844b0ba8e3d6a0fcef18e6fd7082e7d92
parent9dfcfc47dc388089f5e38d6fb7f45ef231ee0ed9 (diff)
downloadcoreutils-94a410b48a9015867bc9de2a1b8d4e7004a1ab2e.tar.xz
backupfile integer overflow fixups
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2807c30a..68762d505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/copy.c (copy_internal): find_backup_file_name no longer
+ returns NULL, so don't bother to check for this.
+ * src/cp.c (do_copy): Likewise.
+ * src/ln.c (do_link): Likewise.
+
2004-07-25 Paul Eggert <eggert@cs.ucla.edu>
* src/nice.c (GET_NICE_VALUE): Renamed from GET_PRIORITY.