diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:16:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:16:48 -0400 |
commit | 323cb655be7802a3f527bfa4278478d9fbd23944 (patch) | |
tree | cf195279ab47ce79076c935d97c89be3e0fa1fdb /changes | |
parent | 6f20a74d52741cce521cf03b8afee570e3cb367b (diff) | |
parent | adfc3de83308982f91c88e1e6c68dc37d2467746 (diff) | |
download | tor-323cb655be7802a3f527bfa4278478d9fbd23944.tar.gz tor-323cb655be7802a3f527bfa4278478d9fbd23944.zip |
Merge remote-tracking branch 'public/bug7164_diagnostic' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7164_diagnostic | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7164_diagnostic b/changes/bug7164_diagnostic new file mode 100644 index 0000000000..8bedfc4bd5 --- /dev/null +++ b/changes/bug7164_diagnostic @@ -0,0 +1,4 @@ + o Minor features (bug diagnostic): + - If we fail to free a microdescriptor because of bug #7164, log + the filename and line number from which we tried to free it. + This should help us finally fix #7164. |