]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug12855
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Aug 2014 14:38:12 +0000 (10:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Aug 2014 14:39:56 +0000 (10:39 -0400)
changes/bug12855 [new file with mode: 0644]

diff --git a/changes/bug12855 b/changes/bug12855
new file mode 100644 (file)
index 0000000..8d8c10d
--- /dev/null
@@ -0,0 +1,5 @@
+  o Code simplification and refactoring
+    - Use calloc and reallocarray functions in preference to
+      multiply-then-malloc.  This makes it less likely for us to fall
+      victim to an integer overflow attack when allocating. Resolves
+      ticket 12855.