*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 59bd2da36a263e63b79f83214481dcd4b8e276c9..5aaee7ab1600f3ebd9ed6f1fa379987d4f77ff2a 100644 (file)
@@ -1,3 +1,39 @@
+2007-08-02  Michael Snyder  <msnyder@access-company.com>
+
+       * gdbtypes.c (create_set_type): Test should only be done within
+       the preceeding if block.  Otherwise, variable is uninitialized.
+
+       * gdbtypes.c (check_typedef): Guard NULL.
+
+2007-08-01  Michael Snyder  <msnyder@access-company.com>
+
+       * cli/cli-decode.c (lookup_cmd): Check for null earlier, to 
+       avoid dereference in lookup_cmd_1.
+
+       * tui/tui-data.c (tui_alloc_content): Move assign out of if, 
+       clean up long lines.
+       (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
+       (tui_alloc_win_info): Ditto.
+       (tui_add_content_elements): Ditto.
+       * tui/tui-file.c (tui_file_magic): Ditto.
+
+2007-07-31  Michael Snyder  <msnyder@access-company.com>
+
+       * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
+       True and false paths are mutually exclusive.
+
+       * event-top.c (command_line_handler): Add pedantic return.
+
+       * f-valprint.c (info_common_command): Bail out to prevent null
+       pointer deref.  Break up a long line.
+
+       * exec.c (xfer_memory): Remove redundant condition from 'if'.
+
+       * symfile.c (reread_separate_symbols): Free xmalloced memory.
+
+       * printcmd.c (build_address_symbolic): Remove dead code and dead 
+       variable.
+
 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * linespec.c (minsym_found): Advance to the next line if possible.
This page took 0.024642 seconds and 4 git commands to generate.