]> 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:20:17 +0000 (16:20 -0500)
commit734e42155f66d30c11f159f940704ea1d30e6cf6
tree680e598881958d3edbf25ac89a7341ec259f51b1
parent56fa10941a727a3ca37169dc0f96c341e139db79
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]