> On Mon Jan 03 2011 at 18:55:42 +0000, Arnaud Ysmal wrote:
> > Module Name:  src
> > Committed By: stacktic
> > Date:         Mon Jan  3 18:55:42 UTC 2011
> >
> > Modified Files:
> >       src/crypto/external/bsd/openssh/dist: sshconnect2.c
> >
> > Log Message:
> > Fixed strvisx usage
>
> Didn't you fix that already once before?  Can the fix be upstreamed?

Yes I did.
There is no problem upstream, they are using strnvis, which takes the
length of the destination buffer as a parameter, while we are using
strvisx, which takes the length of the input buffer.
This fix should be part of the fixes we merge for each new version of
openssh.

Reply via email to