projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e34438
)
fix breakage introduced in revision 7863
author
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 9 Jan 2006 18:03:18 +0000
(18:03 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 9 Jan 2006 18:03:18 +0000
(18:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7897
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
3fe6419
..
e12df3a
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-3899,8
+3899,8
@@
static int vm_play_folder_name_gr(struct ast_channel *chan, char *mbox)
{
int cmd;
char *buf;
+
buf = alloca(strlen(mbox)+2);
- memset(buf, '\0', sizeof(char)*(sizeof(buf)));
strcpy(buf, mbox);
strcat(buf,"s");