aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket11737
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket11737')
-rw-r--r--changes/ticket117374
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.