CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2015/05/04 00:10:48

Modified files:
        usr.bin/ssh    : auth2-hostbased.c auth2-pubkey.c clientloop.c 
                         compat.c groupaccess.c hostfile.c match.c 
                         match.h monitor.c readconf.c servconf.c ssh.c 
                         sshconnect2.c sshkey.c 

Log message:
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@

Reply via email to