Fixes https://github.com/mono/mono/issues/15805 at least in terms of what may be...
commit0c3ffb9cc9839a99b71e1c8dc2e85d462820a31c
authorSteve Pfister <steveisok@users.noreply.github.com>
Tue, 19 Nov 2019 13:23:51 +0000 (19 08:23 -0500)
committerMartin Baulig <mabaul@microsoft.com>
Tue, 19 Nov 2019 13:23:51 +0000 (19 14:23 +0100)
treefb3ecfd817f0d95c2742ae3b2f7e57f65f33a6ce
parentb8fe43da3ed89337c51dfa8f4e07955ed204761d
Fixes https://github.com/mono/mono/issues/15805 at least in terms of what may be making it crash. (#17270)

Adds a null check around the sslStream before trying to dispose.
mcs/class/System/Mono.Net.Security/MonoTlsStream.cs