Merge remote-tracking branch 'public/ticket11737'

This commit is contained in:
Nick Mathewson
2015-01-29 15:09:55 -05:00
2 changed files with 24 additions and 4 deletions
+4
View File
@@ -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.