[openssh-commits] [openssh] branch master updated (4ef75926 -> f6a59a22)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 25 14:27:52 AEST 2018


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

djm pushed a change to branch master
in repository openssh.

      from  4ef75926  Permit getuid()/geteuid() syscalls.
       new  1da5934b  upstream: If select() fails in ssh_packet_read_seqnr go directly to
       new  f6a59a22  upstream: Fix return value confusion in several functions (readdir,

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 f6a59a22b0c157c4c4e5fd7232f868138223be64
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 25 04:25:46 2018 +0000

    upstream: Fix return value confusion in several functions (readdir,
    
    download and fsync). These should return -1 on error, not a sftp status code.
    
    patch from Petr Cerny in bz#2871
    
    OpenBSD-Commit-ID: 651aa0220ad23c9167d9297a436162d741f97a09

commit 1da5934b860ac0378d52d3035b22b6670f6a967e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 25 03:20:59 2018 +0000

    upstream: If select() fails in ssh_packet_read_seqnr go directly to
    
    the error path instead of trying to read from the socket on the way out,
    which resets errno and causes the true error to be misreported.  ok djm@
    
    OpenBSD-Commit-ID: 2614edaadbd05a957aa977728aa7a030af7c6f0a

Summary of changes:
 packet.c      | 8 +++++---
 sftp-client.c | 8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

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


More information about the openssh-commits mailing list