aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-10-23 14:27:56 -0700
committerAndrea Shepard <andrea@torproject.org>2012-10-23 14:27:56 -0700
commitfb97c0214b500741c16cb98b513ab3c96c7ab980 (patch)
tree97568ef69a4c812ee1cb0f4c36dc59a4817bd678 /changes
parent848333c6d6d65775cb787755577c4b24ae512389 (diff)
downloadtor-fb97c0214b500741c16cb98b513ab3c96c7ab980.tar
tor-fb97c0214b500741c16cb98b513ab3c96c7ab980.tar.gz
Rewrite smartlist_bsearch_idx() to not be broken for lists of length zero or one (fixes bug 7191)
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.