Skip to content
  • Nick Mathewson's avatar
    Check return value in fmt_addr · 718252b2
    Nick Mathewson authored
    Previously, if tor_addr_to_str() returned NULL, we would reuse the
    last value returned by fmt_addr().  (This could happen if we were
    erroneously asked to format an AF_UNSPEC address.)  Now instead we
    return "???".
    718252b2