[Home]

Summary:ASTERISK-04782: origination through manager with empty variable field causes crash
Reporter:zoa (zoa)Labels:
Date Opened:2005-08-05 10:23:19Date Closed:2008-01-15 15:43:49.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) managerfix.diff.txt
Description:When a action ORIGINATE is executed with "Variable: " asterisk crashes
demo:
Action: Originate
Channel: IAX2/chaos@chaos
Context: default
Exten: 100
Priority: 1
Timeout: 10
CallerID: chaos
Variable:
Application: dial
Data: asd
Async: asd
Comments:By: Russell Bryant (russell) 2005-08-05 11:17:08

fixed in cvs head with a slightly different patch, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:43:49.000-0600

Repository: asterisk
Revision: 6289

U   trunk/manager.c

------------------------------------------------------------------------
r6289 | russell | 2008-01-15 15:43:49 -0600 (Tue, 15 Jan 2008) | 2 lines

fix seg fault if no variable is specified (bug ASTERISK-4782)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6289