summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-05-03 17:04:30 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-05-03 17:04:30 (GMT)
commitd89a3ab9360808277923f70f08aa051dd1dbf3ad (patch)
treee7ce490e7b604bed8884edc92aa5c4595c9e281a /win/tclWinInt.h
parentde6db8c03eed86af2bd00514dc4da5c321a822ab (diff)
downloadtcl-d89a3ab9360808277923f70f08aa051dd1dbf3ad.zip
tcl-d89a3ab9360808277923f70f08aa051dd1dbf3ad.tar.gz
tcl-d89a3ab9360808277923f70f08aa051dd1dbf3ad.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 7dda96d..4f0b6be 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.25 2004/04/06 22:25:58 dgp Exp $
+ * RCS: @(#) $Id: tclWinInt.h,v 1.26 2004/05/03 17:04:31 kennykb Exp $
*/
#ifndef _TCLWININT
@@ -22,7 +22,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