[openssh-commits] [openssh] branch master updated (26eef015 -> cd1f7000)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Apr 12 09:36:01 AEST 2022


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

djm pushed a change to branch master
in repository openssh.

      from  26eef015  Revert "update build-aux files to match autoconf-2.71"
       new  4673fa8f  upstream: two defensive changes from Tobias Stoeckmann via GHPR287
       new  aa192030  upstream: Note that curve25519-sha256 was later published in
       new  cd1f7000  upstream: clear io_want/io_ready flags at start of poll() cycle;

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 cd1f70009860a154b51230d367c55ea5f9a4504e
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Apr 11 22:52:08 2022 +0000

    upstream: clear io_want/io_ready flags at start of poll() cycle;
    
    avoids plausible spin during rekeying if channel io_want flags are reused
    across cycles. ok markus@ deraadt@
    
    OpenBSD-Commit-ID: 91034f855b7c73cd2591657c49ac30f10322b967

commit aa1920302778273f7f94c2091319aba199068ca0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Apr 8 05:43:39 2022 +0000

    upstream: Note that curve25519-sha256 was later published in
    
    RFC8731.  ok djm@
    
    OpenBSD-Commit-ID: 2ac2b5d642d4cf5918eaec8653cad9a4460b2743

commit 4673fa8f2be983f2f88d5afd754adb1a2a39ec9e
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Apr 8 04:40:40 2022 +0000

    upstream: two defensive changes from Tobias Stoeckmann via GHPR287
    
    enforce stricter invarient for sshbuf_set_parent() - never allow
    a buffer to have a previously-set parent changed.
    
    In sshbuf_reset(), if the reallocation fails, then zero the entire
    buffer and not the (potentially smaller) default initial alloc size.
    
    OpenBSD-Commit-ID: 14583203aa5d50ad38d2e209ae10abaf8955e6a9

Summary of changes:
 PROTOCOL   | 4 +++-
 channels.c | 9 +++++++--
 sshbuf.c   | 9 ++++++---
 3 files changed, 16 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