Signed-off-by: Ulf Hermann <ulf.herm...@qt.io>
---
 libdw/ChangeLog         | 4 ++++
 libdw/dwarf_getmacros.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index eda35c5..665c232 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-09  Ulf Hermann  <ulf.herm...@qt.io>
+
+       * dwarf_getmacros.c: Initialize type_offset of the fake CU.
+
 2017-02-28  Ulf Hermann  <ulf.herm...@qt.io>
 
        * Makefile.am: Use the predefined common library names rather than
diff --git a/libdw/dwarf_getmacros.c b/libdw/dwarf_getmacros.c
index eb50508..9e2a4a1 100644
--- a/libdw/dwarf_getmacros.c
+++ b/libdw/dwarf_getmacros.c
@@ -361,6 +361,7 @@ read_macros (Dwarf *dbg, int sec_index,
        .offset_size = table->is_64bit ? 8 : 4,
        .startp = (void *) startp + offset,
        .endp = (void *) endp,
+       .type_offset = 0,
       };
 
       Dwarf_Attribute *attributes;
-- 
2.1.4

Reply via email to