Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leak about krb5 error message #931

Closed
wants to merge 1 commit into from

Conversation

miztake
Copy link
Contributor

@miztake miztake commented Nov 9, 2019

krb5 error message obtained with sss_krb5_get_error_message() must be released with sss_krb5_free_error_message().
It is not released in some message output processes.
Added error message release processing.

krb5 error message obtained with sss_krb5_get_error_message() must be released with sss_krb5_free_error_message().
It is not released in some message output processes.
Added error message release processing.
@centos-ci
Copy link

Can one of the admins verify this patch?

@miztake
Copy link
Contributor Author

miztake commented Nov 10, 2019

Is this duplicate with PR#915?

@sumit-bose
Copy link
Contributor

Is this duplicate with PR#915?

Hi,

thank you for your patch, but yes, there is an overlap with PR#915. I have not checked it line-by-line and I would suggest that I'll do the review of PR#915 then it would be easier to see if your patch covers parts which are not handled by PR#915.

bye,
Sumit

@alexey-tikhonov
Copy link
Member

Hi @miztake,

As PR #915 was merged upstream, could you please check and if needed amend&rebase this PR?

@miztake
Copy link
Contributor Author

miztake commented Nov 22, 2019

Hi, @alexey-tikhonov san

PR#915 includes all of PR#931.
As a result, there are no additional fixes to PR#915.
I'll close this PR.

Thank you for your cooperation.

@miztake miztake closed this Nov 22, 2019
@miztake miztake deleted the prototype branch November 22, 2019 15:39
@alexey-tikhonov
Copy link
Member

Thank you for confirming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants