diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-09 11:07:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-09 11:07:50 -0400 |
commit | addffcc14ddf40b3cd1bff3fa86a82354e981a03 (patch) | |
tree | 1382c769d7456ab2dc897061766709f2bcd35a75 | |
parent | 81a994ce77038721df3aa2f77b783db9a52da79e (diff) | |
download | tor-addffcc14ddf40b3cd1bff3fa86a82354e981a03.tar.gz tor-addffcc14ddf40b3cd1bff3fa86a82354e981a03.zip |
Adjust changes header
-rw-r--r-- | changes/bug15083 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug15083 b/changes/bug15083 index 2bd0715dfc..5cc79b5ba1 100644 --- a/changes/bug15083 +++ b/changes/bug15083 @@ -1,4 +1,4 @@ - o Major bugfixes (relay, stability): + o Major bugfixes (relay, stability, possible security): - Fix a bug that could lead to a relay crashing with an assertion failure if a buffer of exactly the wrong layout was passed to buf_pullup() at exactly the wrong time. Fixes bug 15083; |