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:
eaa1b73
)
A blind transfer to the parking thread would cause a segfault because copy_request...
author
Terry Wilson
<twilson@digium.com>
Tue, 7 Oct 2008 00:02:19 +0000
(
00:02
+0000)
committer
Terry Wilson
<twilson@digium.com>
Tue, 7 Oct 2008 00:02:19 +0000
(
00:02
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@146970
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
df94684
..
b5625be
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-16282,7
+16282,7
@@
static void *sip_park_thread(void *stuff)
{
struct ast_channel *transferee, *transferer; /* Chan1: The transferee, Chan2: The transferer */
struct sip_dual *d;
- struct sip_request req;
+ struct sip_request req = {0,};
int ext;
int res;