[svn-commits] r150816 - svn:log

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 17 20:45:20 CDT 2008


Author: bweschke
Revision: 150816
Modified property: svn:log

Modified: svn:log at Fri Oct 17 20:45:20 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Oct 17 20:45:20 2008
@@ -1,0 +1,5 @@
+ Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) when you use a dialplan function that requires a channel and then you don't provide one or provide an invalid one in the Channel: parameter. We'll handle this situation exactly the same way it was handled in pbx.c back on r61766. 
+ We'll create a bogus channel for the function call and destroy it when we're done. If we have trouble allocating the bogus channel then we're not going to try executing the function call at all and run the risk of crashing.
+ (closes issue #13715)
+ reported by: makoto
+ patch by: bweschke




More information about the svn-commits mailing list