[openssh-commits] [openssh] branch master updated (00df97f -> 28652bc)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 21 11:04:09 AEST 2016


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  00df97f   upstream commit
       new  1036356   upstream commit
       new  4927108   upstream commit
       new  28652bc   upstream commit

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 28652bca29046f62c7045e933e6b931de1d16737
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Mon Sep 19 19:02:19 2016 +0000

    upstream commit
    
    move inbound NEWKEYS handling to kex layer; otherwise
    early NEWKEYS causes NULL deref; found by Robert Swiecki/honggfuzz; fixed
    with & ok djm@
    
    Upstream-ID: 9a68b882892e9f51dc7bfa9f5a423858af358b2f

commit 492710894acfcc2f173d14d1d45bd2e688df605d
Author: natano at openbsd.org <natano at openbsd.org>
Date:   Mon Sep 19 07:52:42 2016 +0000

    upstream commit
    
    Replace two more arc4random() loops with
    arc4random_buf().
    
    tweaks and ok dtucker
    ok deraadt
    
    Upstream-ID: 738d3229130ccc7eac975c190276ca6fcf0208e4

commit 1036356324fecc13099ac6e986b549f6219327d7
Author: tedu at openbsd.org <tedu at openbsd.org>
Date:   Sat Sep 17 18:00:27 2016 +0000

    upstream commit
    
    replace two arc4random loops with arc4random_buf ok
    deraadt natano
    
    Upstream-ID: e18ede972d1737df54b49f011fa4f3917a403f48

Summary of changes:
 channels.c    | 18 +++++++-----------
 clientloop.c  | 15 +++++++--------
 hostfile.c    |  7 +++----
 kex.c         |  4 +++-
 packet.c      |  6 ++----
 sshconnect1.c | 10 ++--------
 6 files changed, 24 insertions(+), 36 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list