diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-01 10:26:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-01 10:26:27 -0400 |
commit | a374fa7285327a8cad33037e3c983bd14906a112 (patch) | |
tree | 775e38eb5b135d37576e4ce9e6d81e2b548dfa64 /changes/bug22737 | |
parent | f0d440681c022deb7a5dd34a1ea0c7a1805cafcc (diff) | |
download | tor-a374fa7285327a8cad33037e3c983bd14906a112.tar.gz tor-a374fa7285327a8cad33037e3c983bd14906a112.zip |
Remove changes files for items already in release-0.3.1
Diffstat (limited to 'changes/bug22737')
-rw-r--r-- | changes/bug22737 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/changes/bug22737 b/changes/bug22737 deleted file mode 100644 index f0de8e6c41..0000000000 --- a/changes/bug22737 +++ /dev/null @@ -1,12 +0,0 @@ - o Minor bugfixes (defensive programming, undefined behavior): - - - Fix a memset() off the end of an array when packing cells. This - bug should be harmless in practice, since the corrupted bytes - are still in the same structure, and are always padding bytes, - ignored, or immediately overwritten, depending on compiler - behavior. Nevertheless, because the memset()'s purpose is to - make sure that any other cell-handling bugs can't expose bytes - to the network, we need to fix it. Fixes bug 22737; bugfix on - 0.2.4.11-alpha. Fixes CID 1401591. - - |