Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Incomplete
-
Affects Version/s: 5.11.3
-
Fix Version/s: None
-
Component/s: Network: SSL
-
Labels:None
-
Environment:Raspberry Pi (raspbian buster); Not reproducible under x86_64
-
Platform/s:
Description
When connecting to a https server and the server unexpectedly closes the connection, it causes the client to segfault.
Test code is attached. It tries to establish a connection to localhost and do a get. To reproduce:
1. In one terminal:
sudo nc -l 443
2. In another, run the test code.
3. ctrl+c in the netcat terminal to close the connection.