-
- Downloads
Fix many issues from the NULL_RETURNS Coverity report
Most of the changes here are trivial NULL checks. There are a couple optimizations to remove the need to check for NULL and outboundproxy parsing in chan_sip.c was rewritten to avoid use of strtok. Additionally, a bug was found and fixed with the parsing of outboundproxy when "outboundproxy=," was set. (Closes issue ASTERISK-19654) ........ Merged revisions 365398 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 365399 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@365400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_chanspy.c 21 additions, 14 deletionsapps/app_chanspy.c
- apps/app_followme.c 4 additions, 0 deletionsapps/app_followme.c
- apps/app_stack.c 9 additions, 2 deletionsapps/app_stack.c
- apps/app_voicemail.c 4 additions, 0 deletionsapps/app_voicemail.c
- channels/chan_iax2.c 8 additions, 1 deletionchannels/chan_iax2.c
- channels/chan_sip.c 61 additions, 38 deletionschannels/chan_sip.c
- channels/sip/config_parser.c 1 addition, 0 deletionschannels/sip/config_parser.c
- funcs/func_aes.c 4 additions, 0 deletionsfuncs/func_aes.c
- main/config.c 4 additions, 0 deletionsmain/config.c
- main/features.c 3 additions, 3 deletionsmain/features.c
- pbx/pbx_config.c 5 additions, 0 deletionspbx/pbx_config.c
Loading
Please register or sign in to comment