From: Nick Mathewson Date: Wed, 13 Aug 2014 14:38:12 +0000 (-0400) Subject: Add changes file for bug12855 X-Git-Tag: tor-0.2.6.1-alpha~208^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4410f6fb83a82d4d40fe88d0c9003fdd1217c00c;p=thirdparty%2Ftor.git Add changes file for bug12855 --- diff --git a/changes/bug12855 b/changes/bug12855 new file mode 100644 index 0000000000..8d8c10dcd5 --- /dev/null +++ b/changes/bug12855 @@ -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.