* regcache.c (new_register_cache): No need to check result of xcalloc.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index a321136383b1b9db1cc3473fc217f3c76c2ad1a1..530a2f1eb7ec12aead2a6ddc445e8101a7108772 100644 (file)
@@ -1,3 +1,15 @@
+2009-01-18  Doug Evans  <dje@google.com>
+
+       * regcache.c (new_register_cache): No need to check result of xcalloc.
+       * server.c (handle_search_memory): Back out calls to xmalloc,
+       result is checked and error is returned to user upon failure.
+       (handle_query): Ditto.  Add more checks for result of malloc.
+       (handle_v_cont): Check result of malloc, report error back to
+       user upon failure.
+       (handle_v_run): Ditto.  Call freeargv.
+       * server.h (freeargv): Declare.
+       * utils.c (freeargv): New fn.
+
 2009-01-15  Doug Evans  <dje@google.com>
 
        * gdbreplay.c (perror_with_name): Make arg const char *.
This page took 0.024795 seconds and 4 git commands to generate.