2012-07-26 Teresa Johnson <tejohnson@google.com>
authorCary Coutant <ccoutant@google.com>
Thu, 26 Jul 2012 18:20:39 +0000 (18:20 +0000)
committerCary Coutant <ccoutant@google.com>
Thu, 26 Jul 2012 18:20:39 +0000 (18:20 +0000)
* bfd/dwarf2.c (find_line): Initialize discriminator_ptr
if it is non-NULL.

bfd/ChangeLog
bfd/dwarf2.c

index d350f0c..96b8e51 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-26  Teresa Johnson  <tejohnson@google.com>
+
+       * bfd/dwarf2.c (find_line): Initialize discriminator_ptr
+       if it is non-NULL.
+
 2012-07-26  Meador Inge  <meadori@codesourcery.com>
            Nick Clifton  <nickc@redhat.com>
 
index 069d614..a4dc52b 100644 (file)
@@ -3344,6 +3344,8 @@ find_line (bfd *abfd,
   if (functionname_ptr != NULL)
     *functionname_ptr = NULL;
   *linenumber_ptr = 0;
+  if (discriminator_ptr)
+    *discriminator_ptr = 0;
 
   if (! _bfd_dwarf2_slurp_debug_info (abfd, NULL,
                                      debug_sections, symbols, pinfo))