[openssh-commits] [openssh] branch master updated (8635e7df -> a8e798fe)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jan 18 18:44:21 AEDT 2021


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

dtucker pushed a change to branch master
in repository openssh.

      from  8635e7df  Merge Mac OS X targets into a single config.
       new  a164862d  upstream: Minor grammatical correction.
       new  5339ab36  upstream: In waitfd(), when poll returns early we are subtracting
       new  02da325f  upstream: Change types in convtime() unit test to int to match
       new  9bde1a42  upstream: Make output buffer larger to prevent potential truncation
       new  a8e798fe  upstream: Change types in convtime() unit test to int to match change

The 5 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 a8e798feabe36d02de292bcfd274712cae1d8d17
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 15 02:58:11 2021 +0000

    upstream: Change types in convtime() unit test to int to match change
    
    its new type. Add tests for boundary conditions and fix convtime to work up
    to INT_MAX. ok djm@
    
    OpenBSD-Regress-ID: ba2b81e9a3257fff204b020affe85b604a44f97e

commit 9bde1a420626da5007bf7ab499fa2159b9eddf72
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 15 04:31:25 2021 +0000

    upstream: Make output buffer larger to prevent potential truncation
    
    warnings from compilers not smart enough to know the strftime calls won't
    ever fully fill "to" and "from".  ok djm@
    
    OpenBSD-Commit-ID: 83733f1b01b82da88b9dd1769475952aff10bdd7

commit 02da325f10b214219eae2bb1bc2d3bf0c2f13f9f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 15 02:58:11 2021 +0000

    upstream: Change types in convtime() unit test to int to match
    
    change its new type. Add tests for boundary conditions and fix convtime to
    work up to INT_MAX. ok djm@
    
    OpenBSD-Commit-ID: 01dc0475f1484ac2f47facdfcf9221f9472145de

commit 5339ab369c225b40bc64d5ec3374f5c91b3ad609
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 15 02:32:41 2021 +0000

    upstream: In waitfd(), when poll returns early we are subtracting
    
    the elapsed time from the timeout each loop, so we only want to measure the
    elapsed time the poll() in that loop, not since the start of the function.
    Spotted by chris.xj.zhu at gmail.com, ok djm@
    
    OpenBSD-Commit-ID: 199df060978ee9aa89b8041a3dfaf1bf7ae8dd7a

commit a164862dfa863b54b7897f66e1dd75437f086c11
Author: rob at openbsd.org <rob at openbsd.org>
Date:   Thu Jan 14 19:45:06 2021 +0000

    upstream: Minor grammatical correction.
    
    OK jmc@
    
    OpenBSD-Commit-ID: de0fad0581e212b2750751e479b79c18ff8cac02

Summary of changes:
 misc.c                         |  8 ++++----
 regress/unittests/misc/tests.c | 43 ++++++++++++++++++++++++++----------------
 ssh_config.5                   |  6 +++---
 sshd_config.5                  |  6 +++---
 sshkey.c                       |  4 ++--
 5 files changed, 39 insertions(+), 28 deletions(-)

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


More information about the openssh-commits mailing list