openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
43 stars 5 forks source link

avoid null dereference #213

Closed ekoby closed 6 months ago

scareything commented 6 months ago

there's one other unprotected references to clt->engine in on_tls_handshake. should we get that here?

ekoby commented 6 months ago

there's one other unprotected references to clt->engine in on_tls_handshake. should we get that here?

can't get in the handshake callback without an engine present