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.4-187-gce4defd


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  ce4defd0134872508c9801ee666f9b1eb6a544b1 (commit)
      from  873c85602115e1cd92c3c72a7e3cbcd278d6f282 (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 ce4defd0134872508c9801ee666f9b1eb6a544b1
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Mar 21 15:22:09 2011 -0700

    nsscommon: Heed what fgets returns
    
    My F14 gcc rightfully warned that a return value of fgets was unused.
    It may return NULL on error or EOF, in which case we should free our
    memory and return NULL to NSS as well.  I also tweaked the newline stomp
    to tolerate missing newline, e.g. with oversized input, although that
    case it not likely going to work anyway.
    
    * nsscommon.c (nssPasswordCallback): Check fgets' return for success.

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

Summary of changes:
 nsscommon.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 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]