[openssh-commits] [openssh] branch master updated (058674a6 -> f85b118d)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 29 20:10:32 AEST 2020


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

dtucker pushed a change to branch master
in repository openssh.

      from  058674a6  upstream: Add regression and unit tests for ${ENV} style
       new  ec1d50b0  upstream: remove a stray .El;
       new  f85b118d  upstream: Pass a NULL instead of zeroed out va_list from

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 f85b118d2150847cc333895296bc230e367be6b5
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 29 09:02:44 2020 +0000

    upstream: Pass a NULL instead of zeroed out va_list from
    
    dollar_expand.  The original intent was in case there's some platform where
    va_list is not a pointer equivalent, but on i386 this chokes on the memset.
    This unbreaks that build, but will require further consideration.
    
    OpenBSD-Commit-ID: 7b90afcd8e1137a1d863204060052aef415baaf7

commit ec1d50b01c84ff667240ed525f669454c4ebc8e9
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri May 29 05:48:39 2020 +0000

    upstream: remove a stray .El;
    
    OpenBSD-Commit-ID: 58ddfe6f8a15fe10209db6664ecbe7896f1d167c

Summary of changes:
 misc.c       | 6 ++----
 ssh_config.5 | 3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)

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


More information about the openssh-commits mailing list