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, master, updated. release-1.3-345-g459d6c8


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 <dsmith@redhat.com>
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


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