On Fri, Oct 02, 2015 at 12:18:34 -0400, John Ferlan wrote:
On 10/02/2015 09:54 AM, Peter Krempa wrote:
> Peter Krempa (2):
> rpc: libssh2: Add more debugging info
> rpc: libssh2: Fix regression in ssh host key verification
>
> src/rpc/virnetsshsession.c | 20 ++++++++++++++------
> 1 file changed, 14 insertions(+), 6 deletions(-)
>
ACK series - that's a really interesting catch, but not the only place
needing a cleanup... There's a few places where "size_t i" gets i = -1
and a few with "j = -1".
I've pushed this one since I was about to fix the libssh2 driver rather
than introspecting all the code.
Peter