diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-06 13:03:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-06 13:03:24 -0400 |
commit | a06044a485982bd91e380e71f3c5dc449782e75f (patch) | |
tree | 7302822ecec2ecee6f5373444dd196f1611460ad /changes | |
parent | 78301d99fe0a9464992baea22be3c6fd42b7dcad (diff) | |
download | tor-a06044a485982bd91e380e71f3c5dc449782e75f.tar.gz tor-a06044a485982bd91e380e71f3c5dc449782e75f.zip |
Check HT_REP_IS_BAD_() when giving a bug-7164 warning.
This may let us know if we're hitting 7164 because of an
hte_hash-corruption situation proposed by "cypherpunks" in bug
11737.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11737_diagnostic | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11737_diagnostic b/changes/bug11737_diagnostic new file mode 100644 index 0000000000..62e7a4a787 --- /dev/null +++ b/changes/bug11737_diagnostic @@ -0,0 +1,5 @@ + o Minor features (diagnostic): + - When logging a warning because of bug #7164, additionally check the + hash table for consistency (as proposed on ticket #11737). This may + help diagnose bug #7164. + |