From 8ba0ea441940f42e192066bc081f3e637b99d2d2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Mar 2015 12:53:06 -0400 Subject: [PATCH] Another entry for the 0.2.5.11 changelog --- ChangeLog | 5 +++++ changes/bug15205 | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 changes/bug15205 diff --git a/ChangeLog b/ChangeLog index caf1f4db7..c3fa5048e 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 0cb9f3f4b..000000000 --- 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. -