]> git.ipfire.org Git - thirdparty/asterisk.git/commit
check ast_strlen_zero() before calling ast_strdupa() in sip_uri_headers_cmp()
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Fri, 6 Feb 2009 23:36:03 +0000 (23:36 +0000)
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Fri, 6 Feb 2009 23:36:03 +0000 (23:36 +0000)
commitd29a99cb89aed0dc2e86a15e510ad05d27cf0994
treea6e43eec14b2c8e76b514b93b23790ce320c0f9d
parentc80b2b93b54e44a9c924e0829e59fc048b34db4b
check ast_strlen_zero() before calling ast_strdupa() in sip_uri_headers_cmp()
and sip_uri_params_cmp()

The reporter didn't actually upload a properly-formed patch, instead a
modified chan_sip.c file was uploaded.  I created a patch to determine the
changes, then modified the suggested changes to create a proper fix.  The
summary above is a complete description of the changes.

(closes issue #13547)
Reported by: tecnoxarxa
Patches:
      chan_sip.c.gz uploaded by tecnoxarxa (license 258)
Tested by: tecnoxarxa

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@174082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c