-
- Downloads
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
Showing
- configure 123 additions, 0 deletionsconfigure
- configure.ac 2 additions, 0 deletionsconfigure.ac
- include/asterisk/autoconfig.h.in 3 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
- res/res_pjsip_outbound_authenticator_digest.c 11 additions, 2 deletionsres/res_pjsip_outbound_authenticator_digest.c
- third-party/pjproject/configure.m4 1 addition, 0 deletionsthird-party/pjproject/configure.m4
Loading
Please register or sign in to comment