bug3428b 420 B

123456789
  1. o Minor bugfixes:
  2. - Abort if tor_vasprintf fails in connection_printf_to_buf (a
  3. utility function used in the control-port code). This shouldn't
  4. ever happen unless Tor is completely out of memory, but if it
  5. had happened and Tor somehow recovered from it, Tor could have
  6. sent a log message to a control port in the middle of a reply to
  7. a controller command. Fixes part of bug 3428.