diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-09 11:08:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-09 11:08:57 -0400 |
commit | 6704e18dd2e09111eeca0c76fb00a459f9da98ea (patch) | |
tree | e9d012c102d9610ee5641a9191dba7c07a2a466a /changes | |
parent | 2bcb596dcf3dd5972de3875da3f1d9485115ce38 (diff) | |
parent | addffcc14ddf40b3cd1bff3fa86a82354e981a03 (diff) | |
download | tor-6704e18dd2e09111eeca0c76fb00a459f9da98ea.tar.gz tor-6704e18dd2e09111eeca0c76fb00a459f9da98ea.zip |
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15083 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug15083 b/changes/bug15083 new file mode 100644 index 0000000000..5cc79b5ba1 --- /dev/null +++ b/changes/bug15083 @@ -0,0 +1,10 @@ + 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; + bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks'. + + - Do not assert if the 'data' pointer on a buffer is advanced to the very + end of the buffer; log a BUG message instead. Only assert if it is + past that point. Fixes bug 15083; bugfix on 0.2.0.10-alpha. + |