[asterisk-commits] dlee: trunk r400185 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Sep 30 13:52:49 CDT 2013
Author: dlee
Date: Mon Sep 30 13:52:44 2013
New Revision: 400185
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=400185
Log:
Blocked revisions 399306
........
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:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-blocked (original)
+++ branch-12-blocked Mon Sep 30 13:52:44 2013
@@ -1,1 +1,1 @@
-/branches/12:398559,398578
+/branches/12:398559,398578,399306
More information about the asterisk-commits
mailing list