mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
o Minor bugfixes:
|
|
- Remove side-effects from tor_assert() calls. This was harmless,
|
|
because we never disable assertions, but it is bad style and
|
|
unnecessary. Fixes bug 15211; bugfix on 0.2.5.5, 0.2.2.36, and
|
|
0.2.0.10.
|
|
|