diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-03 22:20:17 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-03 22:21:41 +0100 |
commit | 71ee53fe9bdf3f64eef9b38de55960185e8be1b5 (patch) | |
tree | a01954a70c9b29b00f7da248fe178951e3c3f759 /changes/bug15083 | |
parent | c3f8f5ab0e74db2269d55ff51a0918a41b374fc6 (diff) | |
download | tor-71ee53fe9bdf3f64eef9b38de55960185e8be1b5.tar.gz tor-71ee53fe9bdf3f64eef9b38de55960185e8be1b5.zip |
Do not leave empty, invalid chunks in buffers during buf_pullup
This fixes an assertion failure bug in 15083; bugfix on 0.2.0.10-alpha.
Patch from 'cypherpunks'
Diffstat (limited to 'changes/bug15083')
-rw-r--r-- | changes/bug15083 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug15083 b/changes/bug15083 new file mode 100644 index 0000000000..98d1d0e535 --- /dev/null +++ b/changes/bug15083 @@ -0,0 +1,6 @@ + o Major bugfixes (relay, stability): + - 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'. + |