mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Remove double-free due to the same "fix" for a leak getting merged in
twice. --HG-- extra : convert_revision : eac2a177021cfa0cbf365d5821fe6c8a0a5dc758
This commit is contained in:
parent
cd0a08896c
commit
433d5511e1
@ -123,8 +123,6 @@ void recv_msg_userauth_pk_ok() {
|
|||||||
TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part"))
|
TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part"))
|
||||||
}
|
}
|
||||||
|
|
||||||
buf_free(keybuf);
|
|
||||||
|
|
||||||
TRACE(("leave recv_msg_userauth_pk_ok"))
|
TRACE(("leave recv_msg_userauth_pk_ok"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user