This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap 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]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-200-g5e8208c


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 "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  5e8208c0c3012c3f2b0215385c2b02422c2e4769 (commit)
      from  ad002306b50c6cc3c3601fac31dfe3ecf23749fb (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 -----------------------------------------------------------------
commit 5e8208c0c3012c3f2b0215385c2b02422c2e4769
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Jun 9 08:54:59 2009 -0700

    Fix uninitialized shdr in probe_table
    
    (redo commit 3d022fa9c6bdbca383dfc639d08d65287c708f56)
    
    * tapsets.cxx (dwarf_builder::probe_table::probe_table): gcc 4.4
    complains that shdr may be used uninitialized.  I added returns to
    ensure that it's ok, but gcc still complains.  Set the thing to NULL
    as well to silence the beast.

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

Summary of changes:
 tapsets.cxx |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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