summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-07 11:14:04 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-07 11:14:04 -0400
commit174cbff8cf855dc1bbf690694f539ba3f85a508c (patch)
tree34fbd173ca70e2c2dc946c20234481f91ff483be /changes
parent6b670d6032b33f255f88e31a727b8f042b1dfcef (diff)
parent4ba9f3e31702020eaa336ccb33294568cda256eb (diff)
downloadtor-174cbff8cf855dc1bbf690694f539ba3f85a508c.tar.gz
tor-174cbff8cf855dc1bbf690694f539ba3f85a508c.zip
Merge remote-tracking branch 'public/bug3153'
Conflicts: src/or/nodelist.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug31535
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3153 b/changes/bug3153
new file mode 100644
index 0000000000..8754b3df3e
--- /dev/null
+++ b/changes/bug3153
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Check for and recover from inconsistency in the microdescriptor
+ cache. This will make it harder for us to accidentally free a
+ microdescriptor without removing it from the appropriate data
+ structures. Fixes issue 3135; issue noted by wanoskarnet.