[openssh-commits] [openssh] branch master updated (807be686 -> 16ea8b85)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 20 19:54:50 AEDT 2022


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

djm pushed a change to branch master
in repository openssh.

      from  807be686  upstream: helpful comment
       new  1c83c082  upstream: remove blank line
       new  731087d2  upstream: don't try to resolve ListenAddress directives in the sshd
       new  a72bde29  upstream: make addargs() and replacearg() a little more robust and
       new  16ea8b85  upstream: don't leak argument list; bz3404, reported by Balu

The 4 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 16ea8b85838dd7a4dbeba4e51ac4f43fd68b1e5b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Mar 20 08:52:17 2022 +0000

    upstream: don't leak argument list; bz3404, reported by Balu
    
    Gajjala ok dtucker@
    
    OpenBSD-Commit-ID: fddc32d74e5dd5cff1a49ddd6297b0867eae56a6

commit a72bde294fe0518c9a44ba63864093a1ef2425e3
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Mar 20 08:51:21 2022 +0000

    upstream: make addargs() and replacearg() a little more robust and
    
    improve error reporting
    
    make freeargs(NULL) a noop like the other free functions
    
    ok dtucker as part of bz3403
    
    OpenBSD-Commit-ID: 15f86da83176978b4d1d288caa24c766dfa2983d

commit 731087d2619fa7f01e675b23f57af10d745e8af2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 18 04:04:11 2022 +0000

    upstream: don't try to resolve ListenAddress directives in the sshd
    
    re-exec path - we're never going to use the result and if the operation fails
    then it can prevent connections from being accepted. Reported by Aaron
    Poffenberger; with / ok dtucker@
    
    OpenBSD-Commit-ID: 44c53a43909a328e2f5ab26070fdef3594eded60

commit 1c83c082128694ddd11ac05fdf31d70312ff1763
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 18 02:50:21 2022 +0000

    upstream: remove blank line
    
    OpenBSD-Commit-ID: d5e0182965b2fbfb03ad5f256d1a1ce5706bcddf

Summary of changes:
 misc.c     | 27 ++++++++++++++++++---------
 scp.c      |  4 ++--
 servconf.c |  9 +++++----
 servconf.h |  4 ++--
 sftp.c     |  3 +--
 sshd.c     |  4 ++--
 6 files changed, 30 insertions(+), 21 deletions(-)

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


More information about the openssh-commits mailing list