From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9132 invoked by alias); 20 Jul 2011 15:49:04 -0000 Received: (qmail 9085 invoked by uid 9850); 20 Jul 2011 15:49:00 -0000 Date: Wed, 20 Jul 2011 15:49:00 -0000 Message-ID: <20110720154900.9074.qmail@sourceware.org> From: lberk@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-147-g555ffd1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: aa238e24b8b00d9698ced500dc78fd5a253f1f0d X-Git-Newrev: 555ffd15efe58a5fe295c183974a777cb97f26b1 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: 2011-q3/txt/msg00060.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 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 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