[openssh-commits] [openssh] branch master updated (14beca57 -> f11b2334)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 3 15:16:45 AEST 2020


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

djm pushed a change to branch master
in repository openssh.

      from  14beca57  upstream: backout 1.293 fix kex mem-leak in ssh_packet_close at markus
       new  e1c40110  upstream: Replace TAILQ concatenation loops with TAILQ_CONCAT
       new  55ef3e9c  upstream: free kex in ssh_packet_close; ok djm semarie
       new  1b90ddde  upstream: fix memory leak of mux_ctx; patch from Sergiy Lozovsky
       new  adfdbf12  sync sys-queue.h with OpenBSD upstream
       new  f11b2334  upstream: Only reset the serveralive check when we receive traffic from

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 f11b23346309e4d5138e733a49321aedd6eeaa2f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jul 3 05:09:06 2020 +0000

    upstream: Only reset the serveralive check when we receive traffic from
    
    the server and ignore traffic from a port forwarding client, preventing a
    client from keeping a connection alive when it should be terminated.  Based
    on a patch from jxraynor at gmail.com via openssh-unix-dev and bz#2265, ok
    djm@
    
    OpenBSD-Commit-ID: a941a575a5cbc244c0ef5d7abd0422bbf02c2dcd

commit adfdbf1211914b631c038f0867a447db7b519937
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Jul 3 15:15:15 2020 +1000

    sync sys-queue.h with OpenBSD upstream
    
    needed for TAILQ_CONCAT

commit 1b90ddde49e2ff377204082b6eb130a096411dc1
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 3 05:08:41 2020 +0000

    upstream: fix memory leak of mux_ctx; patch from Sergiy Lozovsky
    
    via bz3189 ok dtucker
    
    OpenBSD-Commit-ID: db249bd4526fd42d0f4f43f72f7b8b7705253bde

commit 55ef3e9cbd5b336bd0f89205716924886fcf86de
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jul 1 16:28:31 2020 +0000

    upstream: free kex in ssh_packet_close; ok djm semarie
    
    OpenBSD-Commit-ID: dbc181e90d3d32fd97b10d75e68e374270e070a2

commit e1c401109b61f7dbc199b5099933d579e7fc5dc9
Author: bket at openbsd.org <bket at openbsd.org>
Date:   Sat Jun 27 13:39:09 2020 +0000

    upstream: Replace TAILQ concatenation loops with TAILQ_CONCAT
    
    OK djm@
    
    OpenBSD-Commit-ID: 454b40e09a117ddb833794358970a65b14c431ef

Summary of changes:
 channels.c                 |   4 +-
 clientloop.c               |  36 ++++---
 openbsd-compat/sys-queue.h | 260 ++++++++++++++++++++-------------------------
 packet.c                   |   4 +-
 ssh_api.c                  |   6 +-
 sshconnect2.c              |  12 +--
 6 files changed, 146 insertions(+), 176 deletions(-)

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


More information about the openssh-commits mailing list