Skip Menu |
 

From: hartmans@mit.edu
Subject: SVN Commit

KFW win-mac.h fixes

kfw: add int16_t, uint16_t typedefs to win-mac.h
uint16_t is used in chpw.c

include stdlib.h, crtdbg.h in win-mac.h

Allows leak-tracking using built-in msvc tools on windows.
crtdbg.h needs to come _after_ stdlib.h, but _before_ checking for
strdup. Define DEBUG and CRTDBG_MAP_ALLOC for full tracking.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

https://github.com/krb5/krb5/commit/0a27c56e300990909317630e626ccdd8ae8e7f41
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Committer: Sam Hartman <hartmans@mit.edu>
Commit: 0a27c56e300990909317630e626ccdd8ae8e7f41
Branch: master
src/include/win-mac.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

KFW win-mac.h fixes

kfw: add int16_t, uint16_t typedefs to win-mac.h
uint16_t is used in chpw.c

include stdlib.h, crtdbg.h in win-mac.h

Allows leak-tracking using built-in msvc tools on windows.
crtdbg.h needs to come _after_ stdlib.h, but _before_ checking for
strdup. Define DEBUG and CRTDBG_MAP_ALLOC for full tracking.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

(cherry picked from commit 0a27c56e300990909317630e626ccdd8ae8e7f41)

https://github.com/krb5/krb5/commit/77dc7747f54545a37f9d3c56801da48c528bc37f
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 77dc7747f54545a37f9d3c56801da48c528bc37f
Branch: krb5-1.10
src/include/win-mac.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)