summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 92f4d84f33f..03ea7c2a86b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sun Sep 9 08:43:02 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Handle_Set.i: Added a check in set_bit () and clr_bit () for
+ ACE_INVALID_HANDLE. If we pass a ACE_INVALID_HANDLE we were
+ crashing which is not good and hence the fix.
+
Sun Sep 9 08:28:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Reactor_Impl.h: