summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-10 10:21:46 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-10 10:21:46 -0400
commit3e8058f9edb592479d84181343ae8d47bb745d2c (patch)
treeba36e877b924bfcacbffdcc2c65e43e242f41c25
parent0ab7716b9ec0deebfa3124ffc2c7a7f0b0d705e6 (diff)
downloadtor-3e8058f9edb592479d84181343ae8d47bb745d2c.tar.gz
tor-3e8058f9edb592479d84181343ae8d47bb745d2c.zip
Be more clear in changes file for 6797.
-rw-r--r--changes/bug67976
1 files changed, 4 insertions, 2 deletions
diff --git a/changes/bug6797 b/changes/bug6797
index f52f899ef0..95c889d4cb 100644
--- a/changes/bug6797
+++ b/changes/bug6797
@@ -1,3 +1,5 @@
o Minor bugfixes:
- - Don't follow the NULL pointer. Found by "f. tp.". Fixes bug
- 6797; bugfix on 0.2.4.1-alpha.
+ - Don't follow the NULL pointer if microdescriptor generation fails.
+ (This does not appear to be triggerable, but it's best to be safe.)
+ Found by "f. tp.". Fixes bug 6797; bugfix on 0.2.4.1-alpha.
+