diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-27 08:24:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-27 08:24:01 +0000 |
commit | 195f52b5ec2732cd70b0845810c9dc0e068d0641 (patch) | |
tree | 404c89534c0cd5b2a68cd537e0ed33f129b7df44 /binutils/ChangeLog | |
parent | a939d0907fbdef8618e17afbdd728bf817235d5a (diff) | |
download | gdb-195f52b5ec2732cd70b0845810c9dc0e068d0641.zip gdb-195f52b5ec2732cd70b0845810c9dc0e068d0641.tar.gz gdb-195f52b5ec2732cd70b0845810c9dc0e068d0641.tar.bz2 |
Ensure that we have write permission before overwriting a file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e7d5309..208f96e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2003-11-27 Nick Clifton <nickc@redhat.com> + + * rename.c (smart_rename): Make sure that we have write + permission on the destination file before renaming. + 2003-11-26 Daniel Jacobowitz <drow@mvista.com> Nick Clifton <nickc@redhat.com> |