mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5203cd2f11
We hope this will make the clangalyzer less worried about this function. Closes ticket 21496.
5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
o Minor features (safety):
|
|
- Add an explict check to extrainfo_parse_entry_from_string() for NULL
|
|
inputs. We don't believe this can actually happen, but it may help
|
|
silence a warning from the Clang analyzer. Closes ticket 21496.
|