Skip to content

Fix a crash in Http2Client::onTlsConnectCb

Anthony Gauchy requested to merge fix/tls_conn_cb_crash into master

heap-use-after-free used to happen sometimes during tests. Never occurred in production even if it could certainly happen during shutdown.

https://mantis.linphone.org/view.php?id=10312

Edited by Anthony Gauchy

Merge request reports