summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-03-14 20:51:44 (GMT)
committermdejong <mdejong>2002-03-14 20:51:44 (GMT)
commitd2a773ac3184a75ad5c98c315ea7cce8646fcf2a (patch)
treeb307d4d13ce196cb8bf21084ac23656ae05b8bc6 /ChangeLog
parent5b3a0a1d5602565fa4fdb6a6de08e4535e71b34e (diff)
downloadtcl-d2a773ac3184a75ad5c98c315ea7cce8646fcf2a.zip
tcl-d2a773ac3184a75ad5c98c315ea7cce8646fcf2a.tar.gz
tcl-d2a773ac3184a75ad5c98c315ea7cce8646fcf2a.tar.bz2
* win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handle
an SEH exception with EXCEPTION_EXECUTE_HANDLER instead of restarting the faulting instruction with EXCEPTION_CONTINUE_EXECUTION. Bug 466102 provides an example of how restarting could send Tcl into an infinite loop. [Patch 525746]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 371a528..830415d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-03-14 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handle
+ an SEH exception with EXCEPTION_EXECUTE_HANDLER instead
+ of restarting the faulting instruction with
+ EXCEPTION_CONTINUE_EXECUTION. Bug 466102 provides an
+ example of how restarting could send Tcl into an
+ infinite loop. [Patch 525746]
+
2002-03-11 Mo DeJong <mdejong@users.sourceforge.net>
* win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile,