[openssh-commits] [openssh] branch master updated (8b4cc4bd -> c5cfa90e)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 5 13:24:05 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  8b4cc4bd  upstream: fatal() if getgrnam() cannot find "tty"
       new  c5cfa90e  Do not fatal on failed lookup of group "tty".

The 1 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 c5cfa90e03432181ffcc7ad3f9f815179bd0c626
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jul 5 13:21:45 2019 +1000

    Do not fatal on failed lookup of group "tty".
    
    Some platforms (eg AIX and Cygwin) do not have a "tty" group.  In those
    cases we will fall back to making the tty device the user's primary
    group, so do not fatal if the group lookup fails.  ok djm@

Summary of changes:
 sshpty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the openssh-commits mailing list