We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See third-party\axtls-8266\compat\lwipr_compat.c line 161. If a memory allocation fails system just hangs and we get WDT.
third-party\axtls-8266\compat\lwipr_compat.c
I would suggest better behaviour would be to free any allocated memory and return error (-1) so at least the system keeps running.
@slaff I have a proposed patch for this, but this file belongs to a sub-module of axtls so not sure of the best way to approach this.
The text was updated successfully, but these errors were encountered:
@mikee47 You can make a pull request to this repo: https://github.com/attachix/lwirax and I will take care for the rest.
Sorry, something went wrong.
The PR request (igrr/axtls-8266#62) to axtls-8266 is created and waiting to be merged.
No branches or pull requests
See
third-party\axtls-8266\compat\lwipr_compat.c
line 161. If a memory allocation fails system just hangs and we get WDT.I would suggest better behaviour would be to free any allocated memory and return error (-1) so at least the system keeps running.
@slaff I have a proposed patch for this, but this file belongs to a sub-module of axtls so not sure of the best way to approach this.
The text was updated successfully, but these errors were encountered: