public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-187-gce4defd
@ 2011-03-21 22:28 jistone
  0 siblings, 0 replies; only message in thread
From: jistone @ 2011-03-21 22:28 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-21 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-21 22:28 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-187-gce4defd jistone

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).