Skip to content

Commit ca25068

Browse files
ztittleigrr
authored andcommitted
initialize io_ctx to nullptr
1 parent 02259a4 commit ca25068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/WiFiClientSecure.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class SSLContext
420420
size_t _available = 0;
421421
BufferList _writeBuffers;
422422
bool _allowSelfSignedCerts = false;
423-
ClientContext* io_ctx;
423+
ClientContext* io_ctx = nullptr;
424424
};
425425

426426
SSL_CTX* SSLContext::_ssl_ctx = nullptr;

0 commit comments

Comments
 (0)