]> 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:07 +0000 (16:20 -0500)
commitd7499f2eba44f4941fb550de150ae4870818cc65
tree88bc9e9d201c77f54230c514e054f7f40ba06fb8
parent7eb20323866098804e98aedfc8a8078971ddd38f
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]