From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10177 invoked by alias); 21 Aug 2012 18:20:10 -0000 Received: (qmail 10115 invoked by uid 9156); 21 Aug 2012 18:20:08 -0000 Date: Tue, 21 Aug 2012 18:20:00 -0000 Message-ID: <20120821182006.10102.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-206-g42a507e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 60c784bc03615bb328126ef145c98bf5c235efd2 X-Git-Newrev: 42a507ec07f9ede932c59911c12a7d916f44e851 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/msg00134.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 42a507ec07f9ede932c59911c12a7d916f44e851 (commit) from 60c784bc03615bb328126ef145c98bf5c235efd2 (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 42a507ec07f9ede932c59911c12a7d916f44e851 Author: David Smith Date: Tue Aug 21 13:19:37 2012 -0500 Fixed PR14467 by correcting memory initialization. * runtime/stp_utrace.c (utrace_task_alloc): Don't try to initialize the utrace structure after possibly freeing it. ----------------------------------------------------------------------- Summary of changes: runtime/stp_utrace.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool