]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2021-009 - pjproject-bundled: Avoid crash during handshake for TLS
authorKevin Harwell <kharwell@sangoma.com>
Mon, 14 Jun 2021 18:28:25 +0000 (13:28 -0500)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 23 Jul 2021 12:32:13 +0000 (07:32 -0500)
commit151bdbc658bb857ca9240be9fe74306b7788053d
tree536187ec179211e935899556084819570f582696
parent0ac346ec47fd7175bef2da5820dbb9d60562b61c
AST-2021-009 - pjproject-bundled: Avoid crash during handshake for TLS

If an SSL socket parent/listener was destroyed during the handshake,
depending on timing, it was possible for the handling callback to
attempt access of it after the fact thus causing a crash.

ASTERISK-29415 #close

Change-Id: I105dacdcd130ea7fdd4cf2010ccf35b5eaf1432d
(cherry picked from commit 3025ef4f6e79730d35c4514bf9c6dc4be87fa532)
third-party/pjproject/patches/0110-tls-parent-listener-destroyed.patch [new file with mode: 0644]
third-party/pjproject/patches/0111-ssl-premature-destroy.patch [new file with mode: 0644]