diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 21:56:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 21:56:36 (GMT) |
commit | 4fb6d54c3cbe8ac23f1789bc21de3b5d104859ce (patch) | |
tree | d32a5f5a8c9697ebb117154a74d05b95161df3f6 /ChangeLog | |
parent | bb3bf75ad9ba1ebd99869d5a4298148d0825919c (diff) | |
download | tcl-4fb6d54c3cbe8ac23f1789bc21de3b5d104859ce.zip tcl-4fb6d54c3cbe8ac23f1789bc21de3b5d104859ce.tar.gz tcl-4fb6d54c3cbe8ac23f1789bc21de3b5d104859ce.tar.bz2 |
Enable a test of limiting tight loops.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-05-19 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * tests/interp.test (interp-34.3): Rewrite this test to see if a + time limit can catch a tight bytecode loop, a maximally aggressive + denial-of-service attack. + * generic/tclInterp.c (Tcl_LimitCheck): Fix the sense of checks to + see whether a time limit has been extended. + * tests/*.test: Many minor fixes, including ensuring that every test is run (so constraints control whether the test is doing anything) and making sure that constraints are always set using |