From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9887 invoked by alias); 12 Jul 2012 14:31:54 -0000 Received: (qmail 9838 invoked by uid 9896); 12 Jul 2012 14:31:53 -0000 Date: Thu, 12 Jul 2012 14:31:00 -0000 Message-ID: <20120712143153.9827.qmail@sourceware.org> From: cmeek@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-38-g3f803f9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cdc9594b4fead7d90c8dd641118f4ae8854764f4 X-Git-Newrev: 3f803f9ee09362f0e77812859d43448e477780f5 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q3/txt/msg00006.txt.bz2 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 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