diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-19 14:38:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-19 15:02:08 -0500 |
commit | 3340d3279de0bb411c506a759778ee7a9b45165b (patch) | |
tree | 139e0dbfba7f0fd52f4ea5115771d5d80e829927 /changes | |
parent | f2199763cf7c57744a885c12afcfa7b9df304629 (diff) | |
download | tor-3340d3279de0bb411c506a759778ee7a9b45165b.tar.gz tor-3340d3279de0bb411c506a759778ee7a9b45165b.zip |
Downgrade an assert to LD_BUG
This should prevent crashes on further recurrence of 8065, and help
diagnose such if they occur
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8065 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8065 b/changes/bug8065 new file mode 100644 index 0000000000..06dbae8cd7 --- /dev/null +++ b/changes/bug8065 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Downgrade an assertion in connection_ap_expire_beginning to + an LD_BUG message. The fix for bug 8024 should prevent this + message from displaying, but just in case a warn that we can + diagnose is better than more assert crashes. Fix for bug 8065; + bugfix on 0.2.4.8-alpha. |