Bug fix -- version grepping in compat.c

Markus Friedl Markus.Friedl at informatik.uni-erlangen.de
Sat Dec 2 08:45:48 EST 2000


what bug does your suggestion fix?
what bug do you see? there is not bug to fix.

On Fri, Dec 01, 2000 at 03:39:46PM -0600, Hamon, Brian K. wrote:
> In OpenSSH-2.3.0, in the file ssh/compat.c, line 61 the line:
> 
>        { "^OpenSSH[-_]2\\.[012]", SSH_OLD_SESSIONID },
> 
> Will not match another OpenSSH-2.3.0 client. The quick fix is to add "3" to 
> the regular expression as follows:
> 
>        { "^OpenSSH[-_]2\\.[0123]", SSH_OLD_SESSIONID },
> 
> The same bug is in the portable release, but the line number is 65.
> 
> 





More information about the openssh-unix-dev mailing list