Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-07-18 11:27:41 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-07-18 11:27:41 +0400
commitc49e5be67da7b63bd17c8eae05ea190877acbf6e (patch)
tree10a4a055ccf06626ff92345a23c0d4535232da51
parent2fb6a66dc4b287cf12a0762ccc3f54947f2577cc (diff)
gdb/
* remote-fileio.c (remote_fileio_func_rename): Reorder to process input buffer before reading memory. (remote_fileio_func_stat): Likewise.
-rw-r--r--ChangeLog.csl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 6bbe8a548..2f67cc01d 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,10 @@
+2006-07-18 Nathan Sidwell <nathan@codesourcery.com>
+
+ gdb/
+ * remote-fileio.c (remote_fileio_func_rename): Reorder to process
+ input buffer before reading memory.
+ (remote_fileio_func_stat): Likewise.
+
2006-07-16 Nathan Sidwell <nathan@codesourcery.com>
gdb/