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
CertStore attempts to use new X509Cert() but doesn't verify that it's non-NULL.
new X509Cert()
Arduino/libraries/ESP8266WiFi/src/CertStoreBearSSL.cpp
Lines 173 to 179 in ca2f31a
Add a check and gracefully fail if possible in normal mode (with a debug dump in debug mode).
The text was updated successfully, but these errors were encountered:
Add OOM check and debug message in CertStore
9430d1b
Fixes esp8266#5819
Add OOM check and debug message in CertStore (#5820)
95cf925
Fixes #5819
earlephilhower
No branches or pull requests
CertStore attempts to use
new X509Cert()
but doesn't verify that it's non-NULL.Arduino/libraries/ESP8266WiFi/src/CertStoreBearSSL.cpp
Lines 173 to 179 in ca2f31a
Add a check and gracefully fail if possible in normal mode (with a debug dump in debug mode).
The text was updated successfully, but these errors were encountered: