This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/16426] memory corruption (use after free) with fission


http://sourceware.org/bugzilla/show_bug.cgi?id=16426

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  13aaf454542c1028a033ac836d7a0d47c63a7029 (commit)
      from  067c5c1de23cff42597ec35d4c2a0730d8c16fbe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=13aaf454542c1028a033ac836d7a0d47c63a7029

commit 13aaf454542c1028a033ac836d7a0d47c63a7029
Author: Doug Evans <dje@google.com>
Date:   Mon Jan 13 17:15:42 2014 -0800

    PR symtab/16426

        * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
        (try_open_dwop_file): Ditto.
        * gdb_bfd.c: #include "vec.h".
        (bfdp): New typedef.
        (struct gdb_bfd_data): New member included_bfds.
        (gdb_bfd_unref): Unref all included bfds.
        (gdb_bfd_record_inclusion): New function.
        * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog    |   12 ++++++++++++
 gdb/dwarf2read.c |    9 +++++++++
 gdb/gdb_bfd.c    |   28 +++++++++++++++++++++++++++-
 gdb/gdb_bfd.h    |   14 ++++++++++++++
 4 files changed, 62 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]