-
- Downloads
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
Showing
- include/asterisk/extconf.h 2 additions, 2 deletionsinclude/asterisk/extconf.h
- pbx/ael/ael-test/ael-ntest23/extensions.ael 7 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/extensions.ael
- pbx/ael/ael-test/ael-ntest23/qq.ael 6 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/qq.ael
- pbx/ael/ael-test/ael-ntest23/t1/a.ael 4 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t1/a.ael
- pbx/ael/ael-test/ael-ntest23/t1/b.ael 6 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t1/b.ael
- pbx/ael/ael-test/ael-ntest23/t1/c.ael 13 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t1/c.ael
- pbx/ael/ael-test/ael-ntest23/t2/d.ael 4 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t2/d.ael
- pbx/ael/ael-test/ael-ntest23/t2/e.ael 6 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t2/e.ael
- pbx/ael/ael-test/ael-ntest23/t2/f.ael 9 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t2/f.ael
- pbx/ael/ael-test/ael-ntest23/t3/g.ael 4 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t3/g.ael
- pbx/ael/ael-test/ael-ntest23/t3/h.ael 6 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t3/h.ael
- pbx/ael/ael-test/ael-ntest23/t3/i.ael 4 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t3/i.ael
- pbx/ael/ael-test/ael-ntest23/t3/j.ael 6 additions, 0 deletionspbx/ael/ael-test/ael-ntest23/t3/j.ael
- pbx/ael/ael-test/ref.ael-ntest23 24 additions, 0 deletionspbx/ael/ael-test/ref.ael-ntest23
- res/ael/ael.flex 11 additions, 9 deletionsres/ael/ael.flex
- res/ael/ael_lex.c 15 additions, 12 deletionsres/ael/ael_lex.c
- utils/ael_main.c 2 additions, 2 deletionsutils/ael_main.c
- utils/conf2ael.c 2 additions, 2 deletionsutils/conf2ael.c
- utils/extconf.c 5 additions, 7 deletionsutils/extconf.c
Loading
Please register or sign in to comment