Pārlūkot izejas kodu

Add changes file for bug12855

Nick Mathewson 9 gadi atpakaļ
vecāks
revīzija
4410f6fb83
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      changes/bug12855

+ 5 - 0
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.