diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 07:50:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 07:50:00 -0400 |
commit | 38cb638c325bc2612befc8176c545b1bcae9834f (patch) | |
tree | 93fc0ebc2aaef5402b83a61ad038bbddc0ba40ec /changes | |
parent | ac1747e47fc8a8486df3844045238f72bd4985fe (diff) | |
parent | ce9b9cc18d9cedd9144e86dcef48c6ae99abe7d5 (diff) | |
download | tor-38cb638c325bc2612befc8176c545b1bcae9834f.tar.gz tor-38cb638c325bc2612befc8176c545b1bcae9834f.zip |
Merge branch 'rl1987_bug26196_rebased_034' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26196 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug26196 b/changes/bug26196 new file mode 100644 index 0000000000..e63f09a2d6 --- /dev/null +++ b/changes/bug26196 @@ -0,0 +1,7 @@ + o Minor bugfixes (testing, compilation): + - Refrain from trying to get an item from empty smartlist in + test_bridges_clear_bridge_list. Set DEBUG_SMARTLIST in unit + tests to catch improper smartlist usage. Furthermore, + enable DEBUG_SMARTLIST globally when build is configured + with fragile hardening. Fixes bug 26196; bugfix on + 0.3.4.1-alpha. |