[openssh-commits] [openssh] branch master updated (eb6c50d -> b1d38a3)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 16 10:54:24 AEDT 2015


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

djm pushed a change to branch master
in repository openssh.

      from  eb6c50d   fix compilation on systems without SYMLOOP_MAX
       new  0f754e2   need va_copy before va_start
       new  1a2663a   upstream commit
       new  b1d38a3   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 b1d38a3cc6fe349feb8d16a5f520ef12d1de7cb2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Oct 15 23:51:40 2015 +0000

    upstream commit
    
    fix some signed/unsigned integer type mismatches in
     format strings; reported by Nicholas Lemonias
    
    Upstream-ID: 78cd55420a0eef68c4095bdfddd1af84afe5f95c

commit 1a2663a15d356bb188196b6414b4c50dc12fd42b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Oct 15 23:08:23 2015 +0000

    upstream commit
    
    argument to sshkey_from_private() and sshkey_demote()
     can't be NULL
    
    Upstream-ID: 0111245b1641d387977a9b38da15916820a5fd1f

commit 0f754e29dd3760fc0b172c1220f18b753fb0957e
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Oct 16 10:53:14 2015 +1100

    need va_copy before va_start
    
    reported by Nicholas Lemonias

Summary of changes:
 channels.c                    |  4 ++--
 mux.c                         |  6 +++---
 openbsd-compat/bsd-asprintf.c |  1 +
 ssh-add.c                     |  4 ++--
 ssh.c                         |  4 ++--
 sshkey.c                      | 10 +++-------
 6 files changed, 13 insertions(+), 16 deletions(-)

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


More information about the openssh-commits mailing list