]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 22 Jul 2021 21:19:48 +0000 (16:19 -0500)
commita0ffd020719f2ef80c09424b530778b8464ddc6d
tree705f73ab2980f19e147b2de3271aa29a71b4f0d3
parent19750db1d3c3dd7d92fe4b3f4573dc211493e7cd
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
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]