diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2004-07-15 07:38:09 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2004-07-15 07:38:09 +0000 |
| commit | 492e321bff67f150817dac59d9633bd17a07ccd7 (patch) | |
| tree | 6583a933b3845790a09d8ce05b928f9f8f2ef9ad /src/include/ChangeLog | |
| parent | a72be1fe336ddc69a8f9fe6df9ff3ca947ac7fa0 (diff) | |
| download | krb5-492e321bff67f150817dac59d9633bd17a07ccd7.tar.gz krb5-492e321bff67f150817dac59d9633bd17a07ccd7.tar.xz krb5-492e321bff67f150817dac59d9633bd17a07ccd7.zip | |
* k5-int.h: define for WIN32 the macro krb5int_zap_data to
utilize the Win32 API SecureZeroMemory which is guaranteed
by Microsoft not to be optimized out by the compiler.
Both memset and ZeroMemory will be optimized out by the
compiler when possible.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16600 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 9bceef3ad6..75eb6c6a62 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,11 @@ +2004-07-14 Jeffrey Altman <jaltman@mit.edu> + + * k5-int.h: define for WIN32 the macro krb5int_zap_data to + utilize the Win32 API SecureZeroMemory which is guaranteed + by Microsoft not to be optimized out by the compiler. + Both memset and ZeroMemory will be optimized out by the + compiler when possible. + 2004-07-13 Ken Raeburn <raeburn@mit.edu> * k5-platform.h (k5_call_init_function) [DELAY_INITIALIZER] @@ -24,6 +32,7 @@ * fake-addrinfo.h (in6addr_any): If we need to define a static copy, rename it with a macro first. +>>>>>>> 1.444 2004-07-09 Ken Raeburn <raeburn@mit.edu> * k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_H. |
