diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-31 14:57:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-31 14:57:04 -0400 |
commit | 02c3879f8730021d0b8b7bc359895cbd9dda204f (patch) | |
tree | f498a2bcd3d7e64e8ee367f714e0c94a49674d8f /changes | |
parent | 725d6157df150ec9151450dc2422d9838c20187e (diff) | |
parent | b41a5039f1ee16ddbcb5cbef63d5ba9abf802834 (diff) | |
download | tor-02c3879f8730021d0b8b7bc359895cbd9dda204f.tar.gz tor-02c3879f8730021d0b8b7bc359895cbd9dda204f.zip |
Merge remote-tracking branch 'teor/ticket15431-event-mask-tests'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket15431 | 6 |
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". |