diff options
Diffstat (limited to 'changes/bug3428b')
-rw-r--r-- | changes/bug3428b | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug3428b b/changes/bug3428b new file mode 100644 index 0000000000..2cdd688f8d --- /dev/null +++ b/changes/bug3428b @@ -0,0 +1,9 @@ + o Minor bugfixes: + - Abort if tor_vasprintf fails in connection_printf_to_buf (a + utility function used in the control-port code). This shouldn't + ever happen unless Tor is completely out of memory, but if it + had happened and Tor somehow recovered from it, Tor could have + sent a log message to a control port in the middle of a reply to + a controller command. Fixes part of bug 3428. + + |