From 4e29ae880698bd1c5d3bd36bb1ee5f74f64ff803 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Tue, 18 Mar 2008 14:09:50 +0000 Subject: Merged revisions 109309 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r109309 | murf | 2008-03-18 00:37:15 -0600 (Tue, 18 Mar 2008) | 17 lines (closes issue #11903) Reported by: atis Many thanks to atis for spotting this problem and reporting it. The fix was to straighten out how items are placed on and removed from the file stack. Regressions as well as the provided test case helped to straighten out all code paths. valgrind was used to make sure all memory allocated was freed. Sorry for not solving this earlier. I got distracted. Added the ntest23 regression test, which is mainly a copy of ntest22, but with a few juicy errors thrown in, to replicate the kind of error that atis spotted. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109357 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/ael/ael-test/ael-ntest23/t3/i.ael | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pbx/ael/ael-test/ael-ntest23/t3/i.ael (limited to 'pbx/ael/ael-test/ael-ntest23/t3/i.ael') diff --git a/pbx/ael/ael-test/ael-ntest23/t3/i.ael b/pbx/ael/ael-test/ael-ntest23/t3/i.ael new file mode 100644 index 000000000..5639a1e98 --- /dev/null +++ b/pbx/ael/ael-test/ael-ntest23/t3/i.ael @@ -0,0 +1,4 @@ +context i +{ + 134 => NoOp(hi there, i); +} -- cgit v1.2.3