diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-11 13:41:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-11 13:41:31 -0500 |
commit | fed8c5199a9fbc91a7476323c145c59e9e30e30c (patch) | |
tree | d1d45808191b6a1931eaa7a1b455870e0c34e55e /changes | |
parent | 5a164d50bbfd66ef51408794d03c8db8071ddabb (diff) | |
parent | a7a98e27eadff634655a7845976adc7a23dcdc3f (diff) | |
download | tor-fed8c5199a9fbc91a7476323c145c59e9e30e30c.tar.gz tor-fed8c5199a9fbc91a7476323c145c59e9e30e30c.zip |
Merge branch 'check_log_mutex_uncherrypicked'
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. |