summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-19 06:34:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-19 06:34:25 +0000
commit735597547d33d07cd4c8c3a8f88f5e8bfcd591a7 (patch)
tree31270616ce7848017349bbec213c4000124ff732
parent7e6634d512b4da954cf5bd9d4540550ac778c3fd (diff)
downloadATCD-735597547d33d07cd4c8c3a8f88f5e8bfcd591a7.tar.gz
ChangeLogTag:Sun Mar 18 22:12:16 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLogs/ChangeLog-02a3
-rw-r--r--ChangeLogs/ChangeLog-03a3
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2853f708877..bd140c20ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@ Sun Mar 18 22:12:16 2001 Ossama Othman <ossama@uci.edu>
implementation since setting the handle in the SSL_SOCK_Stream
also causes the OpenSSL SSL_set_fd() function to be called.
+ Fixed a socket leak caused by the fact that the handle was
+ invalidated before the underlying ACE_SOCK_Stream was closed.
+
Sun Mar 18 09:46:47 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/New_Fail_Test.cpp: Fixed warnings in g++.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 2853f708877..bd140c20ca8 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -10,6 +10,9 @@ Sun Mar 18 22:12:16 2001 Ossama Othman <ossama@uci.edu>
implementation since setting the handle in the SSL_SOCK_Stream
also causes the OpenSSL SSL_set_fd() function to be called.
+ Fixed a socket leak caused by the fact that the handle was
+ invalidated before the underlying ACE_SOCK_Stream was closed.
+
Sun Mar 18 09:46:47 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/New_Fail_Test.cpp: Fixed warnings in g++.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 2853f708877..bd140c20ca8 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -10,6 +10,9 @@ Sun Mar 18 22:12:16 2001 Ossama Othman <ossama@uci.edu>
implementation since setting the handle in the SSL_SOCK_Stream
also causes the OpenSSL SSL_set_fd() function to be called.
+ Fixed a socket leak caused by the fact that the handle was
+ invalidated before the underlying ACE_SOCK_Stream was closed.
+
Sun Mar 18 09:46:47 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/New_Fail_Test.cpp: Fixed warnings in g++.