You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following result from getHostKey:
("", 42, ...)
This indicates that the string of length 42 is returned.
Such a string should be converted using CStringLen, not CString.
And indeed my patch fixes this: mgajda@c966163
Please consider merging, if this is intended behaviour, but it seems to not work with checkKnownHosts, does it?
The text was updated successfully, but these errors were encountered:
I get the following result from getHostKey:
("", 42, ...)
This indicates that the string of length 42 is returned.
Such a string should be converted using CStringLen, not CString.
And indeed my patch fixes this:
mgajda@c966163
Please consider merging, if this is intended behaviour, but it seems to not work with checkKnownHosts, does it?
The text was updated successfully, but these errors were encountered: