diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-01 09:04:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-01 09:04:55 -0500 |
commit | 18a4a4d7fd636de11547bba2d6005f36378058de (patch) | |
tree | 5ab485b74e72e1a3b81bb7bfe1886fd287ff5997 /changes/bug21553 | |
parent | 26997ef9ae4591c06f5916fdfdd216d01333e878 (diff) | |
download | tor-18a4a4d7fd636de11547bba2d6005f36378058de.tar.gz tor-18a4a4d7fd636de11547bba2d6005f36378058de.zip |
Remove changes files that got merged to 0.3.0.4-rc changelog
Diffstat (limited to 'changes/bug21553')
-rw-r--r-- | changes/bug21553 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug21553 b/changes/bug21553 deleted file mode 100644 index 2da167e04d..0000000000 --- a/changes/bug21553 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes (hidden service): - - When encoding a legacy ESTABLISH_INTRO cell, we were using the sizeof() - on a pointer instead of real size of the destination buffer leading to - an overflow passing an enormous value to the signing digest function. - Fortunately, that value was only used to make sure the destination - buffer length was big enough for the key size and in this case it was. - Fixes bug 21553; bugfix on 0.3.0.1-alpha. |