mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Add a compile-time check that the number of events doesn't exceed the capacity of control_event_t.event_mask.
6 lines
293 B
Text
6 lines
293 B
Text
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".
|