Browse Source

Oops; credit bug5090 patch to flupzor. estebanm only found the bug.

Nick Mathewson 13 years ago
parent
commit
31f253ae6a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      changes/bug5090

+ 3 - 2
changes/bug5090

@@ -1,6 +1,7 @@
   o Minor bugfixes:
   o Minor bugfixes:
     - Detect and reject certain misformed escape sequences in configuration
     - Detect and reject certain misformed escape sequences in configuration
       values. Previously, these values would cause us to crash if received
       values. Previously, these values would cause us to crash if received
-      in a torrc file or over an (authenticated) control port. Patch by
-      Esteban Manchado Velázquez. Fix for bug 5090; bugfix on 0.2.0.16-alpha.
+      in a torrc file or over an (authenticated) control port. Bug found by
+      Esteban Manchado Velázquez. Patch by "flupzor." Fix for bug 5090;
+      bugfix on 0.2.0.16-alpha.