summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-15 07:53:13 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-15 07:53:13 -0500
commita33d9f9b2b74da38f560dd971cab048ae5ad0a69 (patch)
treefdcab77ed8fb97dcff663d9554eeabf8f56a4f87
parent383fdeca124d416eb4256feab4e0b8d02380c248 (diff)
parent5222054163e0233dfc2cf59de779b2f816bfeb63 (diff)
downloadtor-a33d9f9b2b74da38f560dd971cab048ae5ad0a69.tar.gz
tor-a33d9f9b2b74da38f560dd971cab048ae5ad0a69.zip
Merge branch 'maint-0.2.8' into release-0.2.8
-rw-r--r--changes/bug2038410
1 files changed, 0 insertions, 10 deletions
diff --git a/changes/bug20384 b/changes/bug20384
deleted file mode 100644
index 591015ad94..0000000000
--- a/changes/bug20384
+++ /dev/null
@@ -1,10 +0,0 @@
- o Major features (security fixes):
- - Prevent a class of security bugs caused by treating the contents
- of a buffer chunk as if they were a NUL-terminated string. At
- least one such bug seems to be present in all currently used
- versions of Tor, and would allow an attacker to remotely crash
- most Tor instances, especially those compiled with extra compiler
- hardening. With this defense in place, such bugs can't crash Tor,
- though we should still fix them as they occur. Closes ticket
- 20384 (TROVE-2016-10-001).
-