From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8547 invoked by alias); 16 Apr 2010 23:38:17 -0000 Received: (qmail 8522 invoked by uid 9586); 16 Apr 2010 23:38:17 -0000 Date: Fri, 16 Apr 2010 23:38:00 -0000 Message-ID: <20100416233817.8510.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-58-gb353d7c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ef06c938b7329453540adca5e62b5d96b67b6dea X-Git-Newrev: b353d7cab108bfae2f1533a7227237158aa7b62f 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: 2010-q2/txt/msg00027.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 b353d7cab108bfae2f1533a7227237158aa7b62f (commit) from ef06c938b7329453540adca5e62b5d96b67b6dea (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 b353d7cab108bfae2f1533a7227237158aa7b62f Author: Josh Stone Date: Fri Apr 16 16:16:07 2010 -0700 Disallow --ldd in client options Since --ldd invokes /usr/bin/ldd, it could be exploited by non-standard PT_INTERP. By restricting it in client-options, we prevent stap-servers from vulnerability. ----------------------------------------------------------------------- Summary of changes: main.cxx | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool