]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix many issues from the NULL_RETURNS Coverity report
authorKinsey Moore <kmoore@digium.com>
Fri, 4 May 2012 22:12:55 +0000 (22:12 +0000)
committerKinsey Moore <kmoore@digium.com>
Fri, 4 May 2012 22:12:55 +0000 (22:12 +0000)
commit83d3444284a8d237232baef350e93d0e92f9f054
tree16b7c9286f7e80b814d7e62ff6e6f5e7b95d4a44
parent186a89e99c0b75ea038be8159df58f134084436f
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)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@365398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_chanspy.c
apps/app_followme.c
apps/app_stack.c
apps/app_voicemail.c
channels/chan_iax2.c
channels/chan_sip.c
channels/sip/config_parser.c
funcs/func_aes.c
main/config.c
main/features.c
pbx/pbx_config.c