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

Bugfix: double free (IDFGH-10984) #12173

Closed
wants to merge 1 commit into from

Conversation

Arnaud-Oechslin
Copy link
Contributor

disconnect_handler tries to free the server handle (which is pointed by user_ctx) and thus fails an assert, resulting in a crash.

disconnect_handler tries to free the server handle (which is pointed by user_ctx) and thus fails an assert, resulting in a crash.
@CLAassistant
Copy link

CLAassistant commented Aug 31, 2023

CLA assistant check
All committers have signed the CLA.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Aug 31, 2023
@github-actions github-actions bot changed the title Bugfix: double free Bugfix: double free (IDFGH-10984) Aug 31, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Won't Do This will not be worked on and removed Status: Opened Issue is new labels Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants