[asterisk-commits] elguero: branch 12 r399306 - /branches/12/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 17 20:40:19 CDT 2013
Author: elguero
Date: Tue Sep 17 20:40:16 2013
New Revision: 399306
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399306
Log:
Blocked revisions 399305
........
Fix Segfault When Syntax Of A Line Under [applicationmap] Is Invalid
When processing the lines under the [applicationmap] context in features.conf, a
segfault occurs from attempting to process a line with an invalid syntax
(basically missing most of the arguments).
Example:
[applicationmap]
automon=*6
* This patch moves the checking for empty arguments to before they are accessed.
* Also, checked the "todo" comment and removed it. Some applications do not
require arguments.
(closes issue ASTERISK-22416)
Reported by: CGI.NET
Tested by: CGI.NET
Patches:
asterisk-22416-check-syntax-first_v2.diff by Michael L. Young (license 5026)
Review: https://reviewboard.asterisk.org/r/2803
........
Merged revisions 399304 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/12/ (props changed)
Propchange: branches/12/
------------------------------------------------------------------------------
--- branch-11-blocked (original)
+++ branch-11-blocked Tue Sep 17 20:40:16 2013
@@ -1,1 +1,1 @@
-/branches/11:373240,375247,375702,385356,395020,396441,397034,397604
+/branches/11:373240,375247,375702,385356,395020,396441,397034,397604,399305
More information about the asterisk-commits
mailing list