Use tor_compress_supports_method() instead of constants.
[tor.git] / changes / bug21496
blob24ac85a76947c00dcb6fce05f5b728a6ffdfefdc
1   o Minor features (safety):
2     - Add an explict check to extrainfo_parse_entry_from_string() for NULL
3       inputs. We don't believe this can actually happen, but it may help
4       silence a warning from the Clang analyzer. Closes ticket 21496.