mirror of
https://github.com/clearml/dropbear
synced 2025-03-09 21:41:07 +00:00
Fix memory leak found by Klocwork
--HG-- extra : convert_revision : 6f1e5e6dd6462f1c35a6bfd601a0f5f8b99410d6
This commit is contained in:
parent
eef35883b7
commit
72a82cc0ac
@ -131,6 +131,7 @@ void recv_msg_userauth_info_request() {
|
||||
response_len = strlen(response);
|
||||
buf_putstring(ses.writepayload, response, response_len);
|
||||
m_burn(response, response_len);
|
||||
m_free(prompt);
|
||||
m_free(response);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user