asterisk/res/ael
Russell Bryant cad07b3800 Multiple revisions 360356-360357
........
  r360356 | russell | 2012-03-23 22:33:36 -0400 (Fri, 23 Mar 2012) | 6 lines
  
  expression parser: Fix (theoretical) memory leak.
  
  Fix a memory leak that is very unlikely to actually happen.  If a malloc()
  succeeded, but the following strdup() failed, the memory from the original
  malloc() would be leaked.
........
  r360357 | russell | 2012-03-23 22:34:39 -0400 (Fri, 23 Mar 2012) | 6 lines
  
  Rebuild parsers.
  
  This is needed to include the last fix to main/ast_expr2.y.  The changes look
  much bigger as this regeneration of the code was done with newer versions of
  flex and bison.
........

Merged revisions 360356-360357 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 360358 from http://svn.asterisk.org/svn/asterisk/branches/10


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-03-24 02:42:42 +00:00
..
ael.flex Ensure a NULL file while debugging cannot crash AEL. 2010-06-23 21:06:40 +00:00
ael.tab.c Multiple revisions 360356-360357 2012-03-24 02:42:42 +00:00
ael.tab.h Multiple revisions 360356-360357 2012-03-24 02:42:42 +00:00
ael.y Ensure a NULL file while debugging cannot crash AEL. 2010-06-23 21:06:40 +00:00
ael_lex.c Multiple revisions 360356-360357 2012-03-24 02:42:42 +00:00
pval.c Enable macros in 1.8 to find the next highest "h" extension in a context, like in 1.4. 2012-03-13 08:06:20 +00:00