]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bundled_pjproject: Backport 2 SSL patches from upstream
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 6 Jul 2023 16:06:59 +0000 (10:06 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Fri, 7 Jul 2023 15:47:30 +0000 (09:47 -0600)
commit8c93e876f98bf1e89ec934ae7d4472c5e0c82130
treebefc868da121e579bde50b85ca6060ed02258ba7
parent757a8693d7ac58cd1a4d82e851722e06f2ad534e
bundled_pjproject: Backport 2 SSL patches from upstream

* Fix double free of ossock->ossl_ctx in case of errors
https://github.com/pjsip/pjproject/commit/863629bc65d6

* free SSL context and reset context pointer when setting the cipher
  list fails
https://github.com/pjsip/pjproject/commit/0fb32cd4c0b2

Resolves: #194
third-party/pjproject/patches/0250-Fix-double-free-of-ossock-ossl_ctx-in-case-of-errors.patch [new file with mode: 0644]
third-party/pjproject/patches/0251-free-SSL-context-and-reset-context-pointer-when-sett.patch [new file with mode: 0644]