mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b41a5039f1
Add a compile-time check that the number of events doesn't exceed the capacity of control_event_t.event_mask.
7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
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".
|