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, rhel48, created. rhel52-ga-2-g4f57e84


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, rhel48 has been created
        at  4f57e845bc752638ee6dca7a598473b7a01f8388 (commit)

- Log -----------------------------------------------------------------
commit 4f57e845bc752638ee6dca7a598473b7a01f8388
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 db28299c45581d683010889ceea479cb3e3b607e
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Wed Mar 25 10:44:55 2009 -0400

    Fix for CVE-2009-0784: stapusr module-path checking race
    
    * runtime/staprun/staprun_funcs.c (check_path): Save fully
      canonicalized and checked module path for later loading.

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


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]