Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ssh: fix known_hosts leak in _git_ssh_setup_conn#6599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ethomson merged 1 commit intolibgit2:mainfromsteven9724:fix-ssh-memleak
Jul 30, 2023

Conversation

steven9724
Copy link
Contributor

In _git_ssh_setup_conn, known_hosts is allocated by _git_ssh_session_create. However, known_hosts is only cleaned up in the case of error.

This moves the cleanup code for known_hosts so that its run in the error an success case.

Fixes#6598

scalp42 reacted with heart emoji
@ethomson
Copy link
Member

Thanks for the fix!

scalp42 reacted with heart emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

SSH connections leak memory
2 participants
@steven9724@ethomson

[8]ページ先頭

©2009-2025 Movatter.jp