mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
ff8fe38a2f
Avoid 4 null pointer errors under clang shallow analysis (the default when building under Xcode) by using tor_assert() to prove that the pointers aren't null. Resolves issue 13284 via minor code refactoring.
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.
|