Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Impossible to break SSL request w/o AV
#2
Checking for nil is not good enough, all it does is introduce a new race condition and doesn't address the root issue of the TIdSSLSocket object being freed while it is still actively being used. This same issue also affects TIdTCPServer, see this ticket. In that ticket, just closing the underlying socket without destroying the SSL object worked. A similar solution would likely apply here, too.

Reply


Messages In This Thread
RE: Impossible to break SSL request w/o AV - by rlebeau - 11-22-2019, 02:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)