diff options
Diffstat (limited to 'changes/ticket11737')
-rw-r--r-- | changes/ticket11737 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket11737 b/changes/ticket11737 new file mode 100644 index 0000000000..5c5f9dc6ed --- /dev/null +++ b/changes/ticket11737 @@ -0,0 +1,4 @@ + o Minor features: + - Prevent bugs from causing infinite loops in our hash-table + iteration code by adding assertions that cached hash values have + not been corrupted. Closes ticket 11737. |