summaryrefslogtreecommitdiff
path: root/changes/bug26196
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug26196')
-rw-r--r--changes/bug2619611
1 files changed, 7 insertions, 4 deletions
diff --git a/changes/bug26196 b/changes/bug26196
index 47fcffa0f8..e63f09a2d6 100644
--- a/changes/bug26196
+++ b/changes/bug26196
@@ -1,4 +1,7 @@
- o Minor bugfixes (hardening):
- - Prevent a possible out-of-bounds smartlist read in
- protover_compute_vote(). Fixes bug 26196; bugfix on
- 0.2.9.4-alpha.
+ 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.