From c7e4640df951e885a5552ee0ebc11e56e67fb003 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 7 Sep 2007 10:52:29 +0000 Subject: [PATCH] Bugzilla: 43324 stackoverflow git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@573537 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 ++ .../tools/ant/taskdefs/MacroInstance.java | 14 ++--- src/tests/antunit/bugfixes/README.txt | 2 + .../bugzilla-43324-stackoverflow-test.xml | 51 +++++++++++++++++++ 4 files changed, 64 insertions(+), 6 deletions(-) create mode 100644 src/tests/antunit/bugfixes/README.txt create mode 100644 src/tests/antunit/bugfixes/bugzilla-43324-stackoverflow-test.xml diff --git a/WHATSNEW b/WHATSNEW index 9b486d6bc..b5c0033d3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -160,6 +160,9 @@ Fixed bugs: * FilterMapper could throw an NPE. Bugzilla 43292. +* Regession nested macrodefs with elements could cause StackOverFlow. + Bugzilla 43324. + Other changes: -------------- *