mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
4 lines
168 B
Plaintext
4 lines
168 B
Plaintext
|
o Minor bugfixes:
|
||
|
- Avoid 4 null pointer errors under clang shallow analysis by using
|
||
|
tor_assert() to prove that the pointers aren't null. Fixes bug 13284.
|