diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-23 21:51:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-23 21:51:38 -0400 |
commit | 04a509e04b0e22530e6a1a81c1a0884ad7010eb0 (patch) | |
tree | 5fd7600395c814463d5ebe491d29ef0f7a7198d0 /changes | |
parent | 9064238495151915699fa50c437722f236b877fc (diff) | |
parent | 500ebdb2f3a7eb357f755d6cae28ff2bc750efec (diff) | |
download | tor-04a509e04b0e22530e6a1a81c1a0884ad7010eb0.tar.gz tor-04a509e04b0e22530e6a1a81c1a0884ad7010eb0.zip |
Merge remote-tracking branch 'andrea/bug7191_v2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7191 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug7191 b/changes/bug7191 new file mode 100644 index 0000000000..f50b16e3ae --- /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. |