Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear cipher list on server creation, fix crash (#5171)
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.
- Loading branch information