Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | First draft of an 0.2.3.3-alpha changelog | Nick Mathewson | 2011-08-31 |
| | |||
* | Check return value in fmt_addr | Nick Mathewson | 2011-07-20 |
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 "???". |