[openssh-commits] [openssh] branch master updated (88763a6 -> 5e75f51)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Aug 11 13:36:15 AEST 2015


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

djm pushed a change to branch master
in repository openssh.

      from  88763a6   Import updated moduli file from OpenBSD.
       new  d4697fe   Don't resend username to PAM; it already has it.
       new  5e75f51   set sshpam_ctxt to NULL after free

The 2 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 5e75f5198769056089fb06c4d738ab0e5abc66f7
Author: Damien Miller <djm at mindrot.org>
Date:   Tue Aug 11 13:34:12 2015 +1000

    set sshpam_ctxt to NULL after free
    
    Avoids use-after-free in monitor when privsep child is compromised.
    Reported by Moritz Jodeit; ok dtucker@

commit d4697fe9a28dab7255c60433e4dd23cf7fce8a8b
Author: Damien Miller <djm at mindrot.org>
Date:   Tue Aug 11 13:33:24 2015 +1000

    Don't resend username to PAM; it already has it.
    
    Pointed out by Moritz Jodeit; ok dtucker@

Summary of changes:
 monitor.c      | 6 +++---
 monitor_wrap.c | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list