Merge remote-tracking branch 'public/use_calloc'

This commit is contained in:
Nick Mathewson
2014-08-13 15:01:04 -04:00
20 changed files with 102 additions and 62 deletions
+5
View File
@@ -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.