summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-31 14:57:04 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-31 14:57:04 -0400
commit02c3879f8730021d0b8b7bc359895cbd9dda204f (patch)
treef498a2bcd3d7e64e8ee367f714e0c94a49674d8f /changes
parent725d6157df150ec9151450dc2422d9838c20187e (diff)
parentb41a5039f1ee16ddbcb5cbef63d5ba9abf802834 (diff)
downloadtor-02c3879f8730021d0b8b7bc359895cbd9dda204f.tar.gz
tor-02c3879f8730021d0b8b7bc359895cbd9dda204f.zip
Merge remote-tracking branch 'teor/ticket15431-event-mask-tests'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket154316
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket15431 b/changes/ticket15431
new file mode 100644
index 0000000000..ea6821afdf
--- /dev/null
+++ b/changes/ticket15431
@@ -0,0 +1,6 @@
+ o Minor features (testing):
+ - Add unit tests for control_event_is_interesting().
+ Add a compile-time check that the number of events doesn't exceed
+ the capacity of control_event_t.event_mask.
+ Closes ticket 15431, checks for bugs similar to 13085.
+ Patch by "teor".