summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-20 07:53:22 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-20 07:53:22 -0400
commit5acbcf150e7c75f0a9bf6e9d8a4f6f5bec7d549a (patch)
treecc3e9f36d6ee43a5def5e784dd918de815167330 /changes
parent152e4a1e5036e9456f98f7c647a3dc72d24b0f5e (diff)
parent38cb638c325bc2612befc8176c545b1bcae9834f (diff)
downloadtor-5acbcf150e7c75f0a9bf6e9d8a4f6f5bec7d549a.tar.gz
tor-5acbcf150e7c75f0a9bf6e9d8a4f6f5bec7d549a.zip
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug261967
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.