aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-12 12:53:06 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-12 12:53:06 -0400
commit8ba0ea441940f42e192066bc081f3e637b99d2d2 (patch)
tree521a956810966f94b47facc597c1951bb6020859
parente573a519168d3746d429d27702e6e8a46e56411a (diff)
downloadtor-8ba0ea441940f42e192066bc081f3e637b99d2d2.tar.gz
tor-8ba0ea441940f42e192066bc081f3e637b99d2d2.zip
Another entry for the 0.2.5.11 changelog
-rw-r--r--ChangeLog5
-rw-r--r--changes/bug152055
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index caf1f4db70..c3fa5048ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@ Changes in version 0.2.5.11 - 2015-03-??
- The directory authority Faravahar has a new IP address. This
closes ticket 14487.
+ o Major bugfixes (crash, OSX, security):
+ - Fix a remote denial-of-service opportunity caused by a bug in
+ OSX's _strlcat_chk() function. Fixes bug 15205; bug first appeared
+ in OSX 10.9.
+
o Major bugfixes (relay, stability, possible security):
- Fix a bug that could lead to a relay crashing with an assertion
failure if a buffer of exactly the wrong layout was passed to
diff --git a/changes/bug15205 b/changes/bug15205
deleted file mode 100644
index 0cb9f3f4bc..0000000000
--- a/changes/bug15205
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes (crash, OSX, security):
- - Fix a remote denial-of-service opportunity caused by a bug
- in OSX's _strlcat_chk() function. Fixes bug 15205; bug first
- appeared in OSX 10.9.
-