]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Increase the maximum size for a string of mailboxes to 1024. (issue #9270 reported...
authorJoshua Colp <jcolp@digium.com>
Mon, 2 Apr 2007 18:55:25 +0000 (18:55 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 2 Apr 2007 18:55:25 +0000 (18:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@59723 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index bd6e8b8d68fbde7604b62b9943f225493ce7f9c6..594a638226f79e33749c0ceaa421835bda4855c6 100644 (file)
@@ -2434,7 +2434,7 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_
        char fmt[80];
        char *context;
        char ecodes[16] = "#";
-       char tmp[256] = "", *tmpptr;
+       char tmp[1024] = "", *tmpptr;
        struct ast_vm_user *vmu;
        struct ast_vm_user svm;
        char *category = NULL;