diff options
author | mig <mig> | 2013-01-04 05:26:40 (GMT) |
---|---|---|
committer | mig <mig> | 2013-01-04 05:26:40 (GMT) |
commit | 047d22960723097544bbeda5eefb066d71b7e38f (patch) | |
tree | c6a56776e78090be844eacac0d757f5cb932b267 /generic/tclInt.h | |
parent | f889a9294bd1a1c5df632d4ff4919abf81d72127 (diff) | |
download | tcl-047d22960723097544bbeda5eefb066d71b7e38f.zip tcl-047d22960723097544bbeda5eefb066d71b7e38f.tar.gz tcl-047d22960723097544bbeda5eefb066d71b7e38f.tar.bz2 |
Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 52f1a32..dd3c1cd 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -4014,6 +4014,7 @@ typedef const char *TclDTraceStr; ckfree((char *) (objPtr)) #undef USE_THREAD_ALLOC +#undef USE_TCLALLOC #elif defined(TCL_THREADS) && defined(USE_THREAD_ALLOC) /* |