summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-02-08 23:11:19 (GMT)
committerhobbs <hobbs>2007-02-08 23:11:19 (GMT)
commit32fbfcd067b767677bcc23086c5440407c7afa9d (patch)
treed647d9bc45dc513c834ca7d94f1cccbe0eb53f5b /ChangeLog
parent5f3752c577b76184a8548e74176f2fa153842de9 (diff)
downloadtcl-32fbfcd067b767677bcc23086c5440407c7afa9d.zip
tcl-32fbfcd067b767677bcc23086c5440407c7afa9d.tar.gz
tcl-32fbfcd067b767677bcc23086c5440407c7afa9d.tar.bz2
* unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks
with unsigned size_t to correctly validate stackSize in the 2^31+ range.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8af16e3..6085ae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-08 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks
+ with unsigned size_t to correctly validate stackSize in the 2^31+
+ range.
+
2007-02-08 Don Porter <dgp@users.sourceforge.net>
* generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace()