aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-23 21:51:38 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-23 21:51:38 -0400
commit04a509e04b0e22530e6a1a81c1a0884ad7010eb0 (patch)
tree5fd7600395c814463d5ebe491d29ef0f7a7198d0 /changes
parent9064238495151915699fa50c437722f236b877fc (diff)
parent500ebdb2f3a7eb357f755d6cae28ff2bc750efec (diff)
downloadtor-04a509e04b0e22530e6a1a81c1a0884ad7010eb0.tar
tor-04a509e04b0e22530e6a1a81c1a0884ad7010eb0.tar.gz
Merge remote-tracking branch 'andrea/bug7191_v2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug71913
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug7191 b/changes/bug7191
new file mode 100644
index 000000000..f50b16e3a
--- /dev/null
+++ b/changes/bug7191
@@ -0,0 +1,3 @@
+ o Bugfixes
+ - The smartlist_bsearch_idx() function was broken for lists of length zero
+ or one; fix it. This fixes bug7191.