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 #7 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, gdb-7.7-branch has been updated
       via  88a8702513241486a306cb05b42f051a3e8e9cc2 (commit)
      from  555737945a55d0d405f2b4a6755e5b6e55509de6 (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=88a8702513241486a306cb05b42f051a3e8e9cc2

commit 88a8702513241486a306cb05b42f051a3e8e9cc2
Author: Doug Evans <dje@google.com>
Date:   Tue Jan 14 14:49:25 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]