1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

backupfile integer overflow fixups

This commit is contained in:
Paul Eggert
2004-07-27 23:14:53 +00:00
parent 9dfcfc47dc
commit 94a410b48a
+7
View File
@@ -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.