mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-10 14:42:08 +03:00
The cipher list values were not initialized to NULL appropriately for the BearSSL::WiFiClientSecure() constructor called by the Server object. This caused a crash as a random value was free'd when conecting to the SSL server object.