mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
4 lines
168 B
Text
4 lines
168 B
Text
|
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.
|