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-1.5-147-g555ffd1


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  555ffd15efe58a5fe295c183974a777cb97f26b1 (commit)
      from  aa238e24b8b00d9698ced500dc78fd5a253f1f0d (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 555ffd15efe58a5fe295c183974a777cb97f26b1
Author: Lukas Berk <lberk@redhat.com>
Date:   Wed Jul 20 11:44:36 2011 -0400

    Properly initialize variables
    
    Static analysis results showed not all variables had been properly
    initialized. They have been addressed here.
    
    * loc2c-test.c : locexpr_len
    * loc2c.c : bit_offset and bit_size
    * mainloop.c : signum
    * stap_merge.c : ofp and fp[]
    * staprun.c : unsigned i and globbuf.gl_pathc

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

Summary of changes:
 loc2c-test.c                 |    4 ++--
 loc2c.c                      |    6 ++++--
 runtime/staprun/mainloop.c   |    2 +-
 runtime/staprun/stap_merge.c |    3 ++-
 runtime/staprun/staprun.c    |    3 ++-
 5 files changed, 11 insertions(+), 7 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]