diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-22 11:01:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-22 11:01:50 -0400 |
commit | 653221e807fb07ce20e70566f95c6d27c284990e (patch) | |
tree | a4728f5698a009bfb9195b3f2ab27d7ef029b42b /changes | |
parent | 8e4daa7bb0941037b6b5585059e5570267ee6eb9 (diff) | |
parent | 7573e66b9961cdb571c3c7af688fd01912e66455 (diff) | |
download | tor-653221e807fb07ce20e70566f95c6d27c284990e.tar.gz tor-653221e807fb07ce20e70566f95c6d27c284990e.zip |
Merge remote-tracking branch 'public/bug11824_v2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11824 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11824 b/changes/bug11824 new file mode 100644 index 0000000000..1eb89ca14b --- /dev/null +++ b/changes/bug11824 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - When trying to finalize a zlib stream where we have already + exhausted all the input bytes and we need more bytes in the + output buffer, do not report the the write as successful. + Fixes bug 11824; bugfix on 0.1.1.23. |