Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
5.11.3
-
None
-
Raspberry Pi (raspbian buster); Not reproducible under x86_64
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.