]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Adjust changes header
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Mar 2015 15:07:50 +0000 (11:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Mar 2015 15:07:50 +0000 (11:07 -0400)
changes/bug15083

index 2bd0715dfc81332416781a7690cb460ca4ce899e..5cc79b5ba1269f399164eb5e7c03337c65ae5ff1 100644 (file)
@@ -1,4 +1,4 @@
-  o Major bugfixes (relay, stability):
+  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 buf_pullup() at exactly the wrong time. Fixes bug 15083;