diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-04 12:37:00 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-04 12:37:00 -0500 |
commit | c595f6d25e9cda58f5327c5806e2c9a534c454f9 (patch) | |
tree | 51bbe287a352c4849acd2e5bffa8f6ca07348f90 /changes | |
parent | 5da517e6897c4b997bb165dfd11e95f8f9c2bbbe (diff) | |
download | tor-c595f6d25e9cda58f5327c5806e2c9a534c454f9.tar.gz tor-c595f6d25e9cda58f5327c5806e2c9a534c454f9.zip |
Add an assertion to tor_libevent_get_base()
Closes ticket 18241.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/assert_event_base | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/assert_event_base b/changes/assert_event_base new file mode 100644 index 0000000000..b887795518 --- /dev/null +++ b/changes/assert_event_base @@ -0,0 +1,5 @@ + o Minor features (robustness): + - Exit immediately with an error message if the code attempts to + use libevent without having initialized it. This should resolve + some frequently-made mistakes in our unit tests. Closes ticket + 18241. |