From 5c6b706c6168d874c131a5e142eefeac7fbc4163 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 1 Mar 2018 16:52:44 -0500 Subject: [PATCH] Add a changelog entry for 25250. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b7d29319..b2fb95fc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -72,6 +72,11 @@ Changes in version 0.3.3.3-alpha - 2018-03-?? - Forbid UINT32_MAX as a protocol version. Fixes part of bug 25249; bugfix on 0.2.9.4-alpha. + o Minor bugfixes (spec conformance, rust): + - Resolve a denial-of-service issue caused by an infinite loop in + the rust protover code. Fixes bug 25250, bugfix on 0.3.3.1-alpha. + Also tracked as TROVE-2018-003. + o Code simplification and refactoring: - Update the "rust dependencies" submodule to be a project-level repository, rather than a user repository. Closes ticket 25323.