aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-10 15:58:41 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-10 15:58:41 -0400
commit8150e2ad245e9d2dbfb35ae53384424efd749890 (patch)
tree43ce80bb4363955d65b7f138cc9d51c89cf8e551 /changes
parent0087a37bed508d8240d4b51d1f2112bfae3f4d03 (diff)
downloadtor-8150e2ad245e9d2dbfb35ae53384424efd749890.tar
tor-8150e2ad245e9d2dbfb35ae53384424efd749890.tar.gz
Make buf_shrink_freelists warn, not crash, when n_to_skip is too high
This mitigates bug 1125, but doesn't fix its root cause (whatever that is).
Diffstat (limited to 'changes')
-rw-r--r--changes/warn11255
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/warn1125 b/changes/warn1125
new file mode 100644
index 000000000..3b723e712
--- /dev/null
+++ b/changes/warn1125
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Instead of giving an assertion failure on an internal mismatch
+ on estimated freelist size, just log a BUG warning and try later.
+ Mitigates but does not fix bug 1125.
+