diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-15 15:32:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-15 15:32:30 (GMT) |
commit | 76602aa73860869cd5ecc62d044700f48ff5b13a (patch) | |
tree | 722bb5b087351a5a88a8ddd7a8872c13aeb97257 /ChangeLog | |
parent | 339bf30461bda29e039b5d70fc8eb9b3d98169f6 (diff) | |
parent | 24e58b6dcd4b44327247cc7597c1ab1e08df023c (diff) | |
download | tcl-76602aa73860869cd5ecc62d044700f48ff5b13a.zip tcl-76602aa73860869cd5ecc62d044700f48ff5b13a.tar.gz tcl-76602aa73860869cd5ecc62d044700f48ff5b13a.tar.bz2 |
3604074 Fix regexp optimization to stop hanging on the expression
((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-02-15 Don Porter <dgp@users.sourceforge.net> + + * generic/regc_nfa.c: [Bug 3604074] Fix regexp optimization to + * tests/regexp.test: stop hanging on the expression + ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery. + 2013-02-14 Harald Oehlmann <oehhar@users.sf.net> * library/msgcat/msgcat.tcl: [Bug 3604576]: Catch missing registry entry |