chan_sip: Increase some scratch buffer sizes dealing with caller id.

* Eliminated an unnecessary initialization in check_user_full().

(closes issue ASTERISK-22477)
Reported by: Michael Shepelev


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@400013 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2013-09-27 21:31:22 +00:00
parent cae74964d7
commit e51430e17e
2 changed files with 3 additions and 3 deletions

View File

@@ -806,7 +806,7 @@ AST_TEST_DEFINE(get_calleridname_test)
int get_name_and_number(const char *hdr, char **name, char **number)
{
char header[256];
char tmp_name[50];
char tmp_name[256];
char *tmp_number = NULL;
char *hostport = NULL;
char *dummy = NULL;