[Home]

Summary:ASTERISK-22378: [patch] fix various memory leaks
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2013-08-23 16:42:30Date Closed:2013-08-30 14:23:14
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/General Core/Configuration Core/General Resources/res_security_log
Versions:SVN 12 1.8.24.0 11.6.0 Frequency of
Occurrence
Related
Issues:
is related toASTERISK-21693 Use of possibly uninitialized value in ast_channel_hangupcause_hash_set
Environment:Attachments:( 0) chan_sip-1.8.patch
( 1) chan_sip-11.patch
( 2) config_shutdown.patch
( 3) indications_refleak.patch
( 4) named_acl-cli_unreg-11.patch
( 5) named_acl-cli_unreg-trunk.patch
( 6) res_security_log.patch
( 7) translate_shutdown.patch
Description:||File||Branches||Fixes||
|main/config.c|All|Cleanup cache file includes|
|res/res_security_log.c|All|Unregister logger level|
|channels/chan_sip.c|All|Cleanup io context, notify_types|
|channels/chan_sip.c|11+|Fix uninitialized memory access|
|main/translator.c|11+|Cleanup at shutdown|
|main/named_acl.c|11+|Cleanup cli commands|
|main/indications.c|11+|ast_get_indication_tone() unref default_tone_zone if used|

These have been tested on 1.8 and 11.  With 12/trunk I've only compiled, no real testing done.
Comments:By: Corey Farrell (coreyfarrell) 2013-08-23 16:47:38.022-0500

chan_sip-11.patch is for 11 and trunk.