asterisk/res/ael
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
This replaces all calls to alloca() with ast_alloca() which calls gcc's
__builtin_alloca() to avoid BSD semantics and removes all NULL checks
on memory allocated via ast_alloca() and ast_strdupa().

(closes issue ASTERISK-20125)
Review: https://reviewboard.asterisk.org/r/2032/
Patch-by: Walter Doekes (wdoekes)
........

Merged revisions 370642 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370655 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-07-31 20:21:43 +00:00
..
ael.flex Coverity Report: Fix issues for error type CHECKED_RETURN for core 2012-05-10 18:35:14 +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 Allow the REALTIME() function to report errors back to the caller. 2012-07-11 17:16:50 +00:00
pval.c Clean up and ensure proper usage of alloca() 2012-07-31 20:21:43 +00:00