Skip to content
New issue

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

Fix for crash in WiFiClientSecure when WiFi is disconnected #2139

Merged
merged 2 commits into from
Jun 13, 2016

Conversation

igrr
Copy link
Member

@igrr igrr commented Jun 12, 2016

  • use WiFiClient::stop in WiFiClient::stopAll to make behaviour overridable
  • clean up ClientContext pointer used by axTLS when WiFiClientSecure::stop is called

@codecov-io
Copy link

codecov-io commented Jun 12, 2016

Current coverage is 42.59%

Merging #2139 into master will increase coverage by 16.29%

@@             master      #2139   diff @@
==========================================
  Files            19         19          
  Lines          3634       3634          
  Methods         328        328          
  Messages          0          0          
  Branches        585        585          
==========================================
+ Hits            956       1548   +592   
+ Misses         2513       2086   -427   
+ Partials        165          0   -165   

Powered by Codecov. Last updated by 6f3785b...7cd7ed7

@igrr igrr force-pushed the wificlientsecure_stop_fix branch from 73aec49 to 7cd7ed7 Compare June 13, 2016 09:23
@igrr igrr merged commit 4341297 into master Jun 13, 2016
@igrr igrr deleted the wificlientsecure_stop_fix branch June 13, 2016 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants