nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-898-g3800e2f
Date: Sat, 14 Dec 2013 00:58:57 +0000

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 "The nmh Mail Handling System".

The branch, master has been updated
       via  3800e2f1d7cbd085f8faf8df6141f92e8ee0617e (commit)
      from  27659f0aa30c07081f7b8647c51a6ca82837e5d1 (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 3800e2f1d7cbd085f8faf8df6141f92e8ee0617e
Author: Pascal Stumpf <address@hidden>
Date:   Fri Dec 13 18:57:57 2013 -0600

    rand()/srand() are not cryptographically secure PRNGs.  Some systems
    have the much better suited arc4random() family of functions; there's
    no reason to not use it if it is available.  Make m_rand() just a
    wrapper around arc4random_buf() in that case.  (There's no need to
    ever seed it manually.)
    
    As a bonus, silences some warnings on OpenBSD.

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

Summary of changes:
 configure.ac |    2 +-
 sbr/m_rand.c |   10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]