[openssh-commits] [openssh] branch master updated (a4c1c251 -> c6011129)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Mar 31 15:06:27 AEDT 2023


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

djm pushed a change to branch master
in repository openssh.

      from  a4c1c251  don't call connect() on negative socket
       new  7174ba6f  upstream: Ignore return value from muxclient(). It normally loops
       new  0eb8131e  upstream: Check fd against >=0 instead of >0 in error path. The
       new  fc437c15  upstream: remove unused variable; prompted by Coverity CID 291879
       new  4fb29eea  upstream: don't attempt to decode a ridiculous number of
       new  c6011129  upstream: remove redundant test

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 c6011129cafe4c411f6ef670a4cf271314708eb8
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 31 04:04:15 2023 +0000

    upstream: remove redundant test
    
    OpenBSD-Commit-ID: 6a0b719f9b1ae9d42ad8c5b144c7962c93792f7c

commit 4fb29eeafb40a2076c0dbe54e46b687c318f87aa
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 31 04:00:37 2023 +0000

    upstream: don't attempt to decode a ridiculous number of
    
    attributes; harmless because of bounds elsewhere, but better to be explicit
    
    OpenBSD-Commit-ID: 1a34f4b6896155b80327d15dc7ccf294b538a9f2

commit fc437c154ef724621a4af236de9bc7e51a8381ae
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 31 03:22:49 2023 +0000

    upstream: remove unused variable; prompted by Coverity CID 291879
    
    OpenBSD-Commit-ID: 4c7d20ef776887b0ba1aabcfc1b14690e4ad0a40

commit 0eb8131e4a53b33a8fc9b9ab694e6b6778b87ade
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Mar 31 00:44:29 2023 +0000

    upstream: Check fd against >=0 instead of >0 in error path. The
    
    dup could in theory return fd 0 although currently it doesn't in practice.
    From Dmitry Belyavskiy vi github PR#238.
    
    OpenBSD-Commit-ID: 4a95f3f7330394dffee5c749d52713cbf3b54846

commit 7174ba6f8a431ca4257767a260fc50e204068242
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Mar 30 07:19:50 2023 +0000

    upstream: Ignore return value from muxclient(). It normally loops
    
    without returning, but it if returns on failure we immediately exit.
    Coverity CID 405050.
    
    OpenBSD-Commit-ID: ab3fde6da384ea588226037c38635a6b2e015295

Summary of changes:
 clientloop.c   | 4 ++--
 monitor_wrap.c | 4 ++--
 sftp-common.c  | 4 +++-
 ssh.c          | 4 ++--
 sshkey.c       | 5 +----
 5 files changed, 10 insertions(+), 11 deletions(-)

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


More information about the openssh-commits mailing list