mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
6c458d2d6e
... and DISABLE_ASSERTS_IN_UNIT_TESTS. Make all of tor's assertion macros support the ALL_BUGS_ARE_FATAL and DISABLE_ASSERTS_IN_UNIT_TESTS debugging modes. Implements these modes for IF_BUG_ONCE(). (It used to log a non-fatal warning, regardless of the debugging mode.) Fixes bug 33917; bugfix on 0.2.9.1-alpha.
6 lines
336 B
Plaintext
6 lines
336 B
Plaintext
o Minor bugfixes (logging, testing):
|
|
- Make all of tor's assertion macros support the ALL_BUGS_ARE_FATAL and
|
|
DISABLE_ASSERTS_IN_UNIT_TESTS debugging modes. Implements these modes
|
|
for IF_BUG_ONCE(). (It used to log a non-fatal warning, regardless of
|
|
the debugging mode.) Fixes bug 33917; bugfix on 0.2.9.1-alpha.
|