summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 18:29:54 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 18:29:54 +0000
commit0cc3fd84bd7942b369c0638feabd922093d08348 (patch)
tree7fe29c3a4cbea6632621b8cee81c95f7ff9d5012
parent5f64bb2e2abafd080d1723994aa069e122bd26ae (diff)
downloadATCD-0cc3fd84bd7942b369c0638feabd922093d08348.tar.gz
* ace/Configuration.cpp:
* ace/Configuration.h: Checked in some fixes to ACE_Configuration sent in by Chris Hafey <chafey@stentorsoft.com>. Chris writes: Fixed a handle leak in export_config(). Thanks to Matthew Adams <madams@bexusa.com> for reporting the bug. Fixed a memory leak in export_section() for binary types. Fixed a bug in get_binary_data() for the registry version where binary values > ACE_DEFAULT_BUFSIZE wouldn't be retrieved correctly. For win32 versions, we now export unrecognized types as BINARY values rather than fail entirely. Fixed a bug where the size of a new section name was calculated incorrectly for unicode builds. Thanks to Vijay Aswadhati <wyseman@planetbazaar.com> for reporting this. [Bug 649]
-rw-r--r--ChangeLog20
-rw-r--r--ChangeLogs/ChangeLog-02a20
-rw-r--r--ChangeLogs/ChangeLog-03a20
3 files changed, 60 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aeda1e7142e..dcc484a14b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Fri Sep 1 13:25:24 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/Configuration.cpp:
+ * ace/Configuration.h:
+
+ Checked in some fixes to ACE_Configuration sent in by
+ Chris Hafey <chafey@stentorsoft.com>. Chris writes:
+
+ Fixed a handle leak in export_config().
+ Thanks to Matthew Adams <madams@bexusa.com> for reporting the bug.
+
+ Fixed a memory leak in export_section() for binary types. Fixed a
+ bug in get_binary_data() for the registry version where binary
+ values > ACE_DEFAULT_BUFSIZE wouldn't be retrieved correctly. For
+ win32 versions, we now export unrecognized types as BINARY values
+ rather than fail entirely. Fixed a bug where the size of a new
+ section name was calculated incorrectly for unicode builds.
+ Thanks to Vijay Aswadhati <wyseman@planetbazaar.com> for reporting
+ this. [Bug 649]
+
Fri Sep 01 03:08:59 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Task.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index aeda1e7142e..dcc484a14b1 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,23 @@
+Fri Sep 1 13:25:24 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/Configuration.cpp:
+ * ace/Configuration.h:
+
+ Checked in some fixes to ACE_Configuration sent in by
+ Chris Hafey <chafey@stentorsoft.com>. Chris writes:
+
+ Fixed a handle leak in export_config().
+ Thanks to Matthew Adams <madams@bexusa.com> for reporting the bug.
+
+ Fixed a memory leak in export_section() for binary types. Fixed a
+ bug in get_binary_data() for the registry version where binary
+ values > ACE_DEFAULT_BUFSIZE wouldn't be retrieved correctly. For
+ win32 versions, we now export unrecognized types as BINARY values
+ rather than fail entirely. Fixed a bug where the size of a new
+ section name was calculated incorrectly for unicode builds.
+ Thanks to Vijay Aswadhati <wyseman@planetbazaar.com> for reporting
+ this. [Bug 649]
+
Fri Sep 01 03:08:59 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Task.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index aeda1e7142e..dcc484a14b1 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,23 @@
+Fri Sep 1 13:25:24 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/Configuration.cpp:
+ * ace/Configuration.h:
+
+ Checked in some fixes to ACE_Configuration sent in by
+ Chris Hafey <chafey@stentorsoft.com>. Chris writes:
+
+ Fixed a handle leak in export_config().
+ Thanks to Matthew Adams <madams@bexusa.com> for reporting the bug.
+
+ Fixed a memory leak in export_section() for binary types. Fixed a
+ bug in get_binary_data() for the registry version where binary
+ values > ACE_DEFAULT_BUFSIZE wouldn't be retrieved correctly. For
+ win32 versions, we now export unrecognized types as BINARY values
+ rather than fail entirely. Fixed a bug where the size of a new
+ section name was calculated incorrectly for unicode builds.
+ Thanks to Vijay Aswadhati <wyseman@planetbazaar.com> for reporting
+ this. [Bug 649]
+
Fri Sep 01 03:08:59 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Task.h: