summaryrefslogtreecommitdiff
path: root/changes/memarea_overflow
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-07 13:16:44 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-07 13:16:44 -0400
commit9a0bc46225bf9ddea67da5c9e400899e24ddbdd0 (patch)
treef1bf034f61412877ae434601ffb43cdee71ca820 /changes/memarea_overflow
parent663b659434267f1c8edb1a130f10d6f3a91da831 (diff)
downloadtor-9a0bc46225bf9ddea67da5c9e400899e24ddbdd0.tar.gz
tor-9a0bc46225bf9ddea67da5c9e400899e24ddbdd0.zip
Remove already-merged changes files.
These changes files already are merged in release-0.2.8, and therefor will not be "new in 0.2.9.1-alpha".
Diffstat (limited to 'changes/memarea_overflow')
-rw-r--r--changes/memarea_overflow7
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/memarea_overflow b/changes/memarea_overflow
deleted file mode 100644
index 8fdc38cc09..0000000000
--- a/changes/memarea_overflow
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes (pointer arithmetic):
- - Fix a bug in memarea_alloc() that could have resulted in remote heap
- write access, if Tor had ever passed an unchecked size to
- memarea_alloc(). Fortunately, all the sizes we pass to memarea_alloc()
- are pre-checked to be less than 128 kilobytes. Fixes bug 19150; bugfix
- on 0.2.1.1-alpha. Bug found by Guido Vranken.
-