summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ed7340d955c..d784e7b507b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,18 @@
+Wed Aug 15 11:21:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Bounded_Array_Allocation_Traits_T.h:
+ * tao/Bounded_Reference_Allocation_Traits_T.h:
+ * tao/Bounded_Value_Allocation_Traits_T.h:
+ * tao/Valuetype/Bounded_Valuetype_Allocation_Traits_T.h:
+ Don't preallocate all sequence members when using bound sequences,
+ this could lead to a stack overflow when using recursive types
+ as described in bugzilla 3042. Thanks to Stanislaw Trytek
+ <tryteks at pit dot edu dot pl> for reporting this.
+
+ * tests/Bug_3042_Regression/*:
+ New regression test for bug 3042, thanks to Stanislaw Trytek
+ <tryteks at pit dot edu dot pl> for creating this one
+
Tue Aug 14 21:50:40 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.cpp: