public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: fche@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, rhel54, updated. release-0.9.7-19-g0cef543
Date: Tue, 16 Feb 2010 18:39:00 -0000	[thread overview]
Message-ID: <20100216183941.28140.qmail@sourceware.org> (raw)

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, rhel54 has been updated
       via  0cef543a72dce5c51d9392ba6bd05f72da632aad (commit)
       via  798f28bd8b5fa37090ef0b0371e1a8b97b9c740a (commit)
       via  0745245904f112aeca4bcd3631a0517a8f655521 (commit)
      from  cb42ab34d8cc0fc9230df0aadca9ab6bddc6b4c2 (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 0cef543a72dce5c51d9392ba6bd05f72da632aad
Author: Frank Ch. Eigler <fche@fche.csb>
Date:   Tue Feb 16 11:53:25 2010 -0500

    Don't pass client-only options to the server.
    
    Also correct parsing of the --server option.
    
    Conflicts:
    
    	stap-client

commit 798f28bd8b5fa37090ef0b0371e1a8b97b9c740a
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Jan 28 21:00:58 2010 -0800

    PR11234: Ensure __get_argv doesn't overflow
    
    That function was calling strlcpy as if the return value was the number
    of bytes copied, but strlcpy actually returns the length of the input
    string.  We now use min() to handle the case when it's bigger than the
    buffer length, and drop out of the loop when that happens.

commit 0745245904f112aeca4bcd3631a0517a8f655521
Author: Frank Ch. Eigler <fche@fche.csb>
Date:   Tue Feb 16 11:21:10 2010 -0500

    PR11281 Allow negative values for -D argument.
    
    Change regexp match to "^[a-z_][a-z_0-9]*(=-?[a-z_0-9]+)?$".
    
    * main.cxx (main): case 'D' allow optional single minus sign after equal
      in assert_regexp_match().

-----------------------------------------------------------------------

Summary of changes:
 main.cxx                                       |    2 +-
 stap-client                                    |   16 ++++--
 tapset/aux_syscalls.stp                        |   26 ++++++----
 testsuite/systemtap.base/overflow-get_argv.exp |    5 ++
 testsuite/systemtap.base/overflow-get_argv.stp |   62 ++++++++++++++++++++++++
 5 files changed, 94 insertions(+), 17 deletions(-)
 create mode 100644 testsuite/systemtap.base/overflow-get_argv.exp
 create mode 100644 testsuite/systemtap.base/overflow-get_argv.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


                 reply	other threads:[~2010-02-16 18:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100216183941.28140.qmail@sourceware.org \
    --to=fche@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).