[openssh-commits] [openssh] branch master updated (01b6349 -> 462082e)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Dec 30 08:20:25 EST 2014


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

djm pushed a change to branch master
in repository openssh.

      from  01b6349   pull updated OpenBSD BCrypt PBKDF implementation
       new  462082e   avoid uninitialised free of ldns_res

The 1 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 462082eacbd37778a173afb6b84c6f4d898a18b5
Author: Damien Miller <djm at google.com>
Date:   Tue Dec 30 08:16:11 2014 +1100

    avoid uninitialised free of ldns_res
    
    If an invalid rdclass was passed to getrrsetbyname() then
    this would execute a free on an uninitialised pointer.
    OpenSSH only ever calls this with a fixed and valid rdclass.
    
    Reported by Joshua Rogers

Summary of changes:
 openbsd-compat/getrrsetbyname-ldns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the openssh-commits mailing list