summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-20 17:11:54 +0000
committerstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-20 17:11:54 +0000
commit2a7d7c69a82a02431410cd40f63312163661caf9 (patch)
treeb586884e1cf9662ad8083db088d9a817be6ed8f9
parentf09b8e5f72537f92688e25909af376bfd2ed7e58 (diff)
downloadATCD-2a7d7c69a82a02431410cd40f63312163661caf9.tar.gz
Update ChangeLog entry.
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-03a9
2 files changed, 10 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index d85494f709b..9278ff979d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,10 +62,11 @@ Sat Oct 19 20:00:00 2002 Stephen Torri <storri@cse.wustl.edu>
* tests/SString_Test.cpp:
* ace/String_Base.i:
- Bug 1323: Fixed. In the effort to protect from memory problems
- with non-null terminated strings the operators '<' and '>' where
- rendered useless. Now the comparions use strcmp instead of
- strncmp. A series of tests have been added to SString_Test.cpp
+ Bug 1323 (Reported by Wayne Erchak <wayne@stentor.com>): Fixed.
+ In the effort to protect from memory problems with non-null
+ terminated strings the operators '<' and '>' where
+ rendered useless. Now the comparions use memcmp instead of
+ strncmp. A series of tests have been added to SString_Test.cpp
to ensure this does not happen again.
Sat Oct 19 21:58:00 2002 Krishnakumar B <kitty@cse.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d85494f709b..9278ff979d3 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -62,10 +62,11 @@ Sat Oct 19 20:00:00 2002 Stephen Torri <storri@cse.wustl.edu>
* tests/SString_Test.cpp:
* ace/String_Base.i:
- Bug 1323: Fixed. In the effort to protect from memory problems
- with non-null terminated strings the operators '<' and '>' where
- rendered useless. Now the comparions use strcmp instead of
- strncmp. A series of tests have been added to SString_Test.cpp
+ Bug 1323 (Reported by Wayne Erchak <wayne@stentor.com>): Fixed.
+ In the effort to protect from memory problems with non-null
+ terminated strings the operators '<' and '>' where
+ rendered useless. Now the comparions use memcmp instead of
+ strncmp. A series of tests have been added to SString_Test.cpp
to ensure this does not happen again.
Sat Oct 19 21:58:00 2002 Krishnakumar B <kitty@cse.wustl.edu>