This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, rhel54, updated. release-0.9.7-14-ge1b3607


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  e1b36074e8d810e8ea4f1fb774f625700fdbdbd7 (commit)
      from  23aa0369382f6589521ae66a84a9a1b5cc119823 (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 e1b36074e8d810e8ea4f1fb774f625700fdbdbd7
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Jan 27 15:56:02 2010 -0500

    rhbz556564: CVE-2009-4273 - Remote code execution via stap-server.

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

Summary of changes:
 Makefile.am                                |    2 +-
 Makefile.in                                |    2 +-
 configure                                  |    4 +-
 configure.ac                               |    7 +-
 main.cxx                                   |   15 +-
 stap-client                                |  237 +++++++-------
 stap-server                                |  445 -------------------------
 stap-server-connect.c                      |  497 ++++++++++++++++++++++------
 systemtap.spec                             |    1 -
 testsuite/lib/systemtap.exp                |    5 +
 testsuite/systemtap.server/client_args.exp |   39 +++
 testsuite/systemtap.server/hello.stp       |    2 +-
 testsuite/systemtap.server/server_args.exp |  175 ++++++++++
 testsuite/systemtap.server/test.stp        |    1 +
 14 files changed, 770 insertions(+), 662 deletions(-)
 delete mode 100755 stap-server
 create mode 100644 testsuite/systemtap.server/client_args.exp
 create mode 100644 testsuite/systemtap.server/server_args.exp
 create mode 100644 testsuite/systemtap.server/test.stp


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]