diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-13 06:50:39 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-13 06:50:39 +0000 |
commit | 7c81849abfa2597ef0b384d2e989e08d942c3442 (patch) | |
tree | 87b5a36324456b198fe4e20343eeb68318994d75 /NEWS | |
parent | 4449f0ff14fa95972236c0f506cd8d04c262f9ec (diff) | |
download | ATCD-7c81849abfa2597ef0b384d2e989e08d942c3442.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.4 . The ace-config script has been replaced by pkg-config metadata files which are installed in ${prefix}/lib/pkgconfig by the automake build. +. Remove ACE_OS::gets() implementation. While this ACE implementation + of gets() did not contain the security holes that all standard + gets() implementations have, keeping it around only serves to foster + confusion since (1) some may incorrectly assume that this + ACE-specific gets() implementation has the same holes as standard + ones, and (2) invoking it with a default size argument so that it + looks like a standard gets() call results in behavior that is + different from the standard. Use ACE_OS::fgets() instead. + + USER VISIBLE CHANGES BETWEEN ACE-5.4.2 and ACE-5.4.3 ==================================================== |