Problem in an assert after upgraded to OpenSSL 0.9.8h
Bug #242329 reported by
eMTee
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| DC++ |
Fix Released
|
Low
|
Unassigned | ||
Bug Description
With the newest openssl when secure transfers enabled there are random crashes in debug mode.
Thrown: SocketException: SSL Error: error:00000005:
Assertion failed: task == SHUTDOWN || sock.get(), file dcpp\BufferedSo
To reproduce : check your TLS port with canyouseeme.org :)
| Changed in dcplusplus: | |
| importance: | Undecided → Low |
| Changed in dcplusplus: | |
| status: | New → Fix Committed |
| Changed in dcplusplus: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

That assertion hit has nothing to do with SSL. It's race condition when connection is disconnected too early.