asterisk/res/ael
Steve Murphy 37001f58ff Merged revisions 131242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r131242 | murf | 2008-07-16 11:53:43 -0600 (Wed, 16 Jul 2008) | 19 lines

(closes issue #13090)
Reported by: murf

The problem was that, esoteric as it is, because the hangerupper
context immediately preceded the std-priv-extent macro, that 
the checking code accidentally would fall from traversing hangerupper
into the std-priv-exten macro, where it would hit the hangerupper
in the 'includes', and proceed into an infinite recursion.

A small fix to traverse into the statements of the context instead
of the context solves this issue.

I also added some commented out printfs for debug, which were pretty
handy in the face of a dorky gdb.

This was a problem around since the package was first written;
but evidently pretty rare in turning up in the field.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@131243 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-16 17:59:33 +00:00
..
ael.flex Merged revisions 109309 via svnmerge from 2008-03-18 14:09:50 +00:00
ael.tab.c (closes issue #6002) 2008-03-07 18:57:57 +00:00
ael.tab.h (closes issue #6002) 2008-03-07 18:57:57 +00:00
ael.y (closes issue #6002) 2008-03-07 18:57:57 +00:00
ael_lex.c Merged revisions 109309 via svnmerge from 2008-03-18 14:09:50 +00:00
pval.c Merged revisions 131242 via svnmerge from 2008-07-16 17:59:33 +00:00