[openssh-commits] [openssh] branch master updated (86c10db -> 8db134e)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 29 10:53:56 AEDT 2015


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

dtucker pushed a change to branch master
in repository openssh.

      from  86c10db   upstream commit
       new  8db134e   Prevent name collisions with system glob (bz#2463)

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 8db134e7f457bcb069ec72bc4ee722e2af557c69
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Thu Oct 29 10:48:23 2015 +1100

    Prevent name collisions with system glob (bz#2463)
    
    Move glob.h from includes.h to the only caller (sftp) and override the
    names for the symbols.  This prevents name collisions with the system glob
    in the case where something other than ssh uses it (eg kerberos).  With
    jjelen at redhat.com, ok djm@

Summary of changes:
 defines.h                       | 7 +++++++
 includes.h                      | 6 ------
 openbsd-compat/glob.c           | 1 +
 openbsd-compat/glob.h           | 8 ++++++--
 openbsd-compat/openbsd-compat.h | 1 -
 sftp-client.h                   | 6 ++++++
 6 files changed, 20 insertions(+), 9 deletions(-)

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


More information about the openssh-commits mailing list