From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28672 invoked by alias); 3 Dec 2010 18:54:03 -0000 Received: (qmail 28641 invoked by uid 9156); 3 Dec 2010 18:54:03 -0000 Date: Fri, 03 Dec 2010 18:54:00 -0000 Message-ID: <20101203185403.28630.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.3-345-g459d6c8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d31abce8aa3c34a8c210febb581bb0534d51df50 X-Git-Newrev: 459d6c80eeee6ceca58455fdf88d8e5a6b3479b1 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-q4/txt/msg00116.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 459d6c80eeee6ceca58455fdf88d8e5a6b3479b1 (commit) from d31abce8aa3c34a8c210febb581bb0534d51df50 (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 459d6c80eeee6ceca58455fdf88d8e5a6b3479b1 Author: David Smith Date: Fri Dec 3 12:52:41 2010 -0600 Audit possible string buffer overruns. * runtime/transport/procfs.c (_stp_register_ctl_channel_fs): Change sprintf() call to snprintf() call. (_stp_unregister_ctl_channel_fs): Ditto. * runtime/transport/ring_buffer.c (_stp_transport_data_fs_init): Ditto. * runtime/unwind.c (_stp_eh_enc_name): Ditto. * runtime/io.c: Make sure STP_LOG_BUF_LEN isn't too short. * runtime/staprun/staprun_funcs.c: Add comments about strcpy/strcat/sprintf appropriateness. (check_signature): Fix string length calculation. * runtime/staprun/common.c: Add comments about strcpy/strcat/sprintf appropriateness. * runtime/staprun/modverify.c: Ditto. * runtime/staprun/relay.c: Ditto. * runtime/staprun/relay_old.c: Ditto. * runtime/staprun/staprun_funcs.c: Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/io.c | 8 ++++++++ runtime/staprun/common.c | 5 +++++ runtime/staprun/modverify.c | 2 ++ runtime/staprun/relay.c | 3 +++ runtime/staprun/relay_old.c | 2 ++ runtime/staprun/staprun_funcs.c | 8 +++++++- runtime/transport/procfs.c | 6 +++--- runtime/transport/ring_buffer.c | 2 +- runtime/unwind.c | 2 +- 9 files changed, 32 insertions(+), 6 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool