[openssh-commits] [openssh] branch master updated (7d53508 -> 77199d6)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon May 4 16:54:43 AEST 2015


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

djm pushed a change to branch master
in repository openssh.

      from  7d53508   upstream commit
       new  77199d6   upstream commit

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 77199d6ec8986d470487e66f8ea8f4cf43d2e20c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon May 4 06:10:48 2015 +0000

    upstream commit
    
    Remove pattern length argument from match_pattern_list(), we
     only ever use it for strlen(pattern).
    
    Prompted by hanno AT hboeck.de pointing an out-of-bound read
    error caused by an incorrect pattern length found using AFL
    and his own tools.
    
    ok markus@

Summary of changes:
 auth2-hostbased.c |  5 ++---
 auth2-pubkey.c    |  6 +++---
 clientloop.c      |  5 ++---
 compat.c          |  7 +++----
 groupaccess.c     |  6 ++----
 hostfile.c        |  4 ++--
 match.c           | 14 ++++++--------
 match.h           |  6 +++---
 monitor.c         |  8 +++-----
 readconf.c        | 16 +++++++---------
 servconf.c        |  8 +++-----
 ssh.c             |  8 +++-----
 sshconnect2.c     |  5 ++---
 sshkey.c          |  4 ++--
 14 files changed, 43 insertions(+), 59 deletions(-)

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


More information about the openssh-commits mailing list