From: Michael L. Young Date: Wed, 18 Sep 2013 01:40:16 +0000 (+0000) Subject: Blocked revisions 399305 X-Git-Tag: 12.0.0-alpha2~24^2~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6935184b56fd39ed5d8e60aae36510fccde5917b;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399306 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---