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:
3b01ff7
)
Don't nullify an ast_str pointer.
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 11 May 2009 19:32:13 +0000
(19:32 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 11 May 2009 19:32:13 +0000
(19:32 +0000)
(closes issue #15061)
Reported by: alecdavis
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193678
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
b5d7f59
..
3381cfc
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-3983,7
+3983,6
@@
static const char *ast_str_encode_mime(struct ast_str **end, ssize_t maxlen, con
{
struct ast_str *tmp = ast_str_alloca(80);
int first_section = 1;
- *end = '\0';
ast_str_reset(*end);
ast_str_set(&tmp, -1, "=?%s?Q?", charset);