mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 21:12:47 -05:00
Oops. Fix a bug in my `keyfile-diagnostic' work which caused SSH-2 key loading
in pageant (and presumably puttygen) to crash. [originally from svn r3450]
This commit is contained in:
@ -835,7 +835,8 @@ struct ssh2_userkey *ssh2_load_userkey(const Filename *filename,
|
|||||||
sfree(public_blob);
|
sfree(public_blob);
|
||||||
sfree(private_blob);
|
sfree(private_blob);
|
||||||
sfree(encryption);
|
sfree(encryption);
|
||||||
*errorstr = NULL;
|
if (errorstr)
|
||||||
|
*errorstr = NULL;
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user