1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

Fix double free in ssh_packet_userauth_request

This commit is contained in:
milo
2011-08-26 15:49:12 +02:00
parent d4424b2767
commit 4bdd831d7f

View File

@@ -602,7 +602,6 @@ SSH_PACKET_CALLBACK(ssh_packet_userauth_request){
rc = ssh_pki_import_signature_blob(sig_blob,
msg->auth_request.pubkey,
&sig);
ssh_string_free(sig_blob);
if (rc < 0) {
ssh_log(session, SSH_LOG_PACKET, "Wrong signature from peer");
msg->auth_request.signature_state = SSH_PUBLICKEY_STATE_WRONG;