]> 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:52:30 +0000 (09:52 -0600)
commitf43849b65b7173bc2b68e51d5eea8f2f95d67c9e
treec2257c2602add8f43d0f488ae547014c8597a2f3
parent6e5e2cd5261e5c1a328b7b20a3905de1104913f0
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]