diff options
author | Steve Huston <shuston@riverace.com> | 2014-10-10 21:58:31 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2014-10-10 21:58:31 +0000 |
commit | ad906bbed19a4e2e35a3adb429de6cb678217aec (patch) | |
tree | dc3bbf6d52c1dd3b1f89607aec46d33c94e7b2a6 /ACE/NEWS | |
parent | 8cb211430ac1af0f738444209565ca9aa2840a62 (diff) | |
download | ATCD-ad906bbed19a4e2e35a3adb429de6cb678217aec.tar.gz |
ChangeLogTag:Thu Oct 9 16:21:38 UTC 2014 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/NEWS')
-rw-r--r-- | ACE/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ USER VISIBLE CHANGES BETWEEN ACE-6.2.8 and ACE-6.2.9 ==================================================== +. New config macros were added: + ACE_DISABLE_MKTEMP: Disables the availability of ACE_OS::mktemp(). + ACE_DISABLE_TEMPNAM: Disables the availability of ACE_OS::tempnam(). + These can be added to your $ACE_ROOT/ace/config.h to disable these + wrappers which are considered to be a potential security risk. Disabling + one or both will also disable the following: + - ACE_FILE_Addr::set () with the 'any' address specified. + - ACE_MMAP_Memory_Pool use of the 'unique' option. + USER VISIBLE CHANGES BETWEEN ACE-6.2.7 and ACE-6.2.8 ==================================================== |