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.8-38-g3f803f9


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  3f803f9ee09362f0e77812859d43448e477780f5 (commit)
      from  cdc9594b4fead7d90c8dd641118f4ae8854764f4 (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 3f803f9ee09362f0e77812859d43448e477780f5
Author: Chris Meek <cmeek@redhat.com>
Date:   Thu Jul 12 10:14:48 2012 -0400

    BZ802380: Fixed logic issue and resource leak - Coverity
    
    Coverity issues caught:
    
    REVERSE_INULL
    There were some logic issues in sdt_query::setup_note_probe_entry()
    with a check for whether "name" was NULL after it was dereferenced,
    as well as copying a couple possibly not '\0' terminated char *'s to
    strings. These should now be fixed, and work as intended.
    
    RESOURCE_LEAK
    Also, there was a resource leak with ai_tvar_base in
    dwarf_var_expanding_visitor::gen_mapped_saved_return(). That should
    now also be fixed.

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

Summary of changes:
 tapsets.cxx |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 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]