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 MDNS free host list (IDFGH-11116) #364

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

tannewt
Copy link
Contributor

@tannewt tannewt commented Sep 21, 2023

Without this, any use of _mdns_host_list risks crashing due to use of freed memory.

@CLAassistant
Copy link

CLAassistant commented Sep 21, 2023

CLA assistant check
All committers have signed the CLA.

@gabsuren
Copy link
Contributor

gabsuren commented Oct 2, 2023

@tannewt Thank you for your contribution. The modification seems good to me.
Please update the commit message to align it with our formatting rules, so it can pass the CI. As commit message must be scoped with fix(mdns):
It can be for example:
fix(mdns): free host list on destroy

@gabsuren gabsuren requested review from david-cermak and gabsuren and removed request for david-cermak October 2, 2023 18:27
Copy link
Contributor

@gabsuren gabsuren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. The modification seems good to me.
Please update the commit message to align it with our formatting rules, so it can pass the CI. As commit message must be scoped with fix(mdns):
It can be for example:
fix(mdns): free host list on destroy

@gabsuren gabsuren merged commit 60d7145 into espressif:master Oct 9, 2023
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants