]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
backupfile integer overflow fixups
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jul 2004 23:14:53 +0000 (23:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jul 2004 23:14:53 +0000 (23:14 +0000)
ChangeLog

index d2807c30a44da62f0feed6024812fa33d3a5c1ae..68762d5059a30bf02672d6a2c6786619a91cc001 100644 (file)
--- 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.