summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-11 00:05:56 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-11 00:05:56 -0400
commit9e595a95a8aae83381246f012157107c9f6dde5e (patch)
tree98457254e613d5e072b83839641baa1159d01406
parent284cc9a22405bf320944b34ac08be74c2d897fc3 (diff)
downloadtor-9e595a95a8aae83381246f012157107c9f6dde5e.tar.gz
tor-9e595a95a8aae83381246f012157107c9f6dde5e.zip
Add a changes file for bug 13104
-rw-r--r--changes/bug131044
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13104 b/changes/bug13104
new file mode 100644
index 0000000000..331db64ccc
--- /dev/null
+++ b/changes/bug13104
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix several instances of possible integer overflow/underflow/NaN.
+ Fixes bug 13104; bugfix on 0.2.3.1-alpha and later. Patches from
+ "teor".