summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-28 07:39:47 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-28 07:39:47 -0400
commitc4e5296892941490c974291f45c2c95132f88370 (patch)
tree14218953ee433fcd4d469e7eaead5dcf16419668
parent560450f2fbce3cf6967851e51be72cfddd35d5c1 (diff)
downloadtor-c4e5296892941490c974291f45c2c95132f88370.tar.gz
tor-c4e5296892941490c974291f45c2c95132f88370.zip
Fix memory-counting error in rephist.c. Bug 18651.
-rw-r--r--changes/bug186513
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18651 b/changes/bug18651
new file mode 100644
index 0000000000..120a1a5e8e
--- /dev/null
+++ b/changes/bug18651
@@ -0,0 +1,3 @@
+ o Minor bugfixes (assert on exit):
+ - Fix an assert-on-exit bug related to counting memory usage
+ in rephist.c. Fixes bug 18651; bugfix on 0.2.8.1-alpha.