summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-16 23:51:14 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-16 23:51:14 +0000
commit0b2cf5b3a240f9b8aea6187d5b459512118834d6 (patch)
tree653a2230f1ce76f34e0bf9f9c75e298f5588c8f2
parent66996c8cdd1a2f0eb6b4ec2dd6b72088e3e043eb (diff)
downloadATCD-0b2cf5b3a240f9b8aea6187d5b459512118834d6.tar.gz
ChangeLogTag:Fri May 16 18:40:08 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 35b39e474cd..7c6b5253efa 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -7,7 +7,8 @@ Fri May 16 18:40:08 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
whereas ptr_arith_t was unsigned. This lead to cases where
alignments got a negative value on Linux and memcpy data into
and from CDR streams were totally busted. This lead to crashes
- in Any tests in our daily builds.
+ in Any tests in our daily builds. The problem was fixed by
+ adding the MAX_ALIGNMENT to the aligned value.
This will not fix all the problems with Any's. There are some
more fixes which would be checked in in the next few days.