-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make LinkedList iterator safe against removal of cur item #952
base: master
Are you sure you want to change the base?
Conversation
This is great! Can we get this merged already or is this repo no longer maintained? |
FWIW I'm keeping a branch with all the bugfixes I need for my project here: https://github.com/Depau/ESPAsyncWebServer/tree/wi-se-patches Feel free to use it until the fixes are merged. |
400ce4f
to
e9d32ba
Compare
This issue has had me debugging memory corruption on an ESP32 until I came across this bug report. |
there is a fix on ESP32C3 websocket StringArray crash: me-no-dev/ESPAsyncWebServer#952
is this fix related to this issue? #1201 |
Try the patches and see if it fixes your issues, I can't telepathically connect to your ESP32 to see it fixes the problem. https://github.com/Depau/ESPAsyncWebServer/tree/wi-se-patches |
This PR implements my suggested solution for #951.
Closes #951.