[Asterisk-code-review] res pjsip outbound authenticator digest.c: Fix memory pool l... (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Wed Nov 16 12:02:43 CST 2016
Hello Kevin Harwell, George Joseph, Anonymous Coward #1000019,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/4442
to look at the new patch set (#2).
Change subject: res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak.
......................................................................
res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak.
Responding to authentication challenges leaks PJSIP memory pools.
The leak was introduced with a pjproject 2.5.5 API change.
https://trac.pjsip.org/repos/ticket/1929 changed the API usage of
pjsip_auth_clt_init() to require the new API pjsip_auth_clt_deinit() to
clean up cached authentication allocations that get allocated with
pjsip_auth_clt_reinit_req().
ASTERISK-26516 #close
Change-Id: I4473141b8c3961d0dc91c382beb3876b3efb45c8
---
M configure
M configure.ac
M include/asterisk/autoconfig.h.in
M res/res_pjsip_outbound_authenticator_digest.c
M third-party/pjproject/configure.m4
5 files changed, 158 insertions(+), 8 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/42/4442/2
--
To view, visit https://gerrit.asterisk.org/4442
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4473141b8c3961d0dc91c382beb3876b3efb45c8
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-code-review
mailing list