]> 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:37 +0000 (16:19 -0500)
commit3025ef4f6e79730d35c4514bf9c6dc4be87fa532
treea64c66e3387cda1eedfe63bedb4559216efc0389
parent2a141a58b61ba0ed91061e1acc2c1955e0160f73
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]