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".
John