summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-05-03 18:01:21 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-05-03 18:01:21 (GMT)
commitfdd38d24fb5bcfd5779ed198bc00b3e9ff5d7840 (patch)
tree4cbee53143faa6b8fca2dc0682d163ad186dc5a5 /win/tclWinInt.h
parent9326437245bec03c6f439aa79c3c9db762056d16 (diff)
downloadtcl-fdd38d24fb5bcfd5779ed198bc00b3e9ff5d7840.zip
tcl-fdd38d24fb5bcfd5779ed198bc00b3e9ff5d7840.tar.gz
tcl-fdd38d24fb5bcfd5779ed198bc00b3e9ff5d7840.tar.bz2
* win/tclWin32Dll.c (TclpCheckStackSpace):
* tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070]
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h
index ce09ce3..7ff2775 100644
--- a/win/tclWinInt.h
+++ b/win/tclWinInt.h
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinInt.h,v 1.20.2.2 2004/03/21 20:59:28 hobbs Exp $
+ * RCS: @(#) $Id: tclWinInt.h,v 1.20.2.3 2004/05/03 18:01:37 kennykb Exp $
*/
#ifndef _TCLWININT
@@ -27,7 +27,7 @@
* to help avoid overflowing the stack in the case of infinite recursion.
*/
-#define TCL_WIN_STACK_THRESHOLD 0x2000
+#define TCL_WIN_STACK_THRESHOLD 0x8000
#ifdef BUILD_tcl
# undef TCL_STORAGE_CLASS